yum --enable-repo=epel update lighttpd openssl openssl-devel openssl-libs openssl-static ca-certificates
Showing posts with label let's encrypt. Show all posts
Showing posts with label let's encrypt. Show all posts
2021/11/25
Lighttpd vs Let's Encrypt
If you are getting SSL_ERROR_NO_CYPHER_OVERLAP error with lighttpd and an SSL certificate issued by Let's Encrypt, make sure you are using the latest version of lighttpd, openssl and have your root certs up-to-date.
2021/11/15
CentOS 6 vs CPAN and Let's Encrypt
Here is the magic to get CPAN CLI to work with https.
# cpan cpan[1]> o conf urllist https://www.perl.com/CPAN Please use 'o conf commit' to make the config permanent! cpan[2]> o conf urllist urllist 0 [https://www.perl.com/CPAN] Type 'o conf' to view all configuration items cpan[3]> o conf commit commit: wrote '/usr/share/perl5/CPAN/Config.pm'
If it is giving you problems with SSL certificat verification, then you have to upgrade openssl, ca-certificate to the latest version. Perl also maintains it's own SSL certificates in Mozilla::CA, so you might need to do
SSL_CERT_FILE=/etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem cpan Mozilla::CA
Subscribe to:
Posts (Atom)