Category Archives: SSL

pip is broken with AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’

This error is quite frustrating, and it has been occurring to me when I try to move old django sites to a new server. It is frustrating because once this happens, your pip is broken and you can’t do anything … Continue reading

Posted in Linux, Mac OS X, python, SSL | Comments Off on pip is broken with AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’

Generate a certificate request but keep your old key with openssl

Until today, I didn’t know you could do this. I always just did a cert request and generated a new key. Sometimes it is handy to keep your old key, and here is how you do it. openssl req -new … Continue reading

Posted in Linux, SSL | Comments Off on Generate a certificate request but keep your old key with openssl

SSL Certificate Checkers

These two are the best i have found. Qualys SSL Server Test Symantec SSL Ceritficate Checker Both are free and provide thorough analysis of your certificate to make sure it passes PCI server scans and such.

Posted in SSL | Comments Off on SSL Certificate Checkers

SSL3_GET_SERVER_CERTIFICATE: certificate verify failed

Monday, a shopping cart solution that has worked for years started throwing this error when connecting to Authorize.net Could not connect to the specified payment gateway SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines: SSL3_GET_SERVER_CERTIFICATE: … Continue reading

Posted in Linux, SSL | Comments Off on SSL3_GET_SERVER_CERTIFICATE: certificate verify failed

Scan your site for POODLE vulnerability

This site works really well. I highly recommend it. https://www.tinfoilsecurity.com/poodle

Posted in SSL | Comments Off on Scan your site for POODLE vulnerability