Squid (caching) proxy has been used on the Internet for ages. The first release of Squid was back in the mid-90s! Here is how you…
Tag: openssl
pycurl.h: fatal error: openssl/ssl.h: No such file or directory
If you encounter this error trying to install a pip module or compile a program under the console you surely miss OpenSSL development packages! pip…
Ubuntu AttributeError: ‘module’ object has no attribute ‘SSL_ST_INIT’
If you install libraries with pip command you might find yourself in the following situation:
Check a certificate and a private key for a match
Ever wondered how to verify your private key with a certificate or CSR certificate? All of the three server certificate, private key and CSR contain…