#ssl

[ follow ]
DevOps
fromMedium
21 hours ago

Set it up once, test it properly, and let the system handle the rest.

Automating SSL certificate renewal prevents production outages and reduces stress during incidents.
fromMedium
4 months 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
fromZDNET
9 months ago

How Let's Encrypt made the internet safer and HTTPS standard - and free

SSL was then, and is now, the minimum security a safe website should provide to its users. The protocol was also a major pain to set up and expensive to boot.
Privacy technologies
[ Load more ]