-
Quick tip: Making Gandi SHA-2 certificates work with all browsers
At newint we are working our way through our SSL/TLS certificates to make sure they are all signed with SHA2 algorithim, rather than SHA1, which is starting to show its age. We use Gandi as our certificate provider. As you can see, they have very recently started issuing SHA2 certificates if you …
- On:
-
Having SOAP::Lite or LWP::UserAgent skip SSL certificate verification
Wow. This was a two pipe problem. I just upgraded perl on one of our servers. We use a lot of SOAP::Lite calls here, which used to be fine. But all of a sudden all my lovely scripts say: 500 Can't connect to our.server.com:443 (certificate verify failed) at /usr/bin/myscript.pl line 28Now …
- On: