#github-packages

[ follow ]
fromMedium
1 week ago

Fixing Java SSL Certificate Issues with GitHub Packages: A Complete Guide

If you've encountered SSL certificate errors while trying to download Maven dependencies from GitHub Packages, you're not alone. The error typically looks something like this: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:unable to find valid certification path to requested target This happens because Java maintains its own truststore (cacerts file) that contains trusted SSL certificates. If GitHub's certificate isn't in your Java truststore, your build tool (Maven/Gradle) will refuse to connect.
Java
Node JS
fromhackernoon.com
6 months ago

Releasing Utilities Package to GitHub Packages: A Guide

Using GitHub Packages for internal JavaScript/TypeScript packages simplifies management and enhances security through scoped access.
[ Load more ]