Top "Ssl" questions

Secure Sockets Layer (SSL) is an obsolete cryptographic protocol superseded by Transport Layer Security (TLS) that provides secure communications over the Internet.

"ssl module in Python is not available" when installing package with pip3

I've install Python 3.4 and Python 3.6 on my local machine successfully, but am unable to install packages with pip3. When I …

python ssl pip
PHP - SSL certificate error: unable to get local issuer certificate

I'm running PHP Version 5.6.3 as part of XAMPP on Windows 7. When I try to use the Mandrill API, I'm getting …

php ssl curl xampp mandrill
Enabling SSL with XAMPP

I've been following this guide as much as I could http://robsnotebook.com/xampp-ssl-encrypt-passwords . However whenever I browse to a …

ssl https xampp http-status-code-404
cURL error 60: SSL certificate: unable to get local issuer certificate

I use WAMP on a local development environment and am trying to charge a credit card but get the error …

php ssl curl wamp stripe-payments
PHP CURL CURLOPT_SSL_VERIFYPEER ignored

For some reason I am unable to use CURL with HTTPS. Everything was working fine untill I ran upgrade of …

php ssl curl https
"The underlying connection was closed: An unexpected error occurred on a send." With SSL Certificate

Issue : I get this exception "THE UNDERLYING CONNECTION WAS CLOSED: AN UNEXPECTED ERROR OCCURRED ON A SEND" in my logs …

ssl connection
How do I allow HTTPS for Apache on localhost?

I was asked to set up HTTPS with a self-signed cert on Apache on localhost, but how do I actually …

apache ssl https localhost
SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed

I am using Authlogic-Connect for third party logins. After running appropriate migrations, Twitter/Google/yahoo logins seem to work fine …

ruby-on-rails ruby ssl authlogic facebook-graph-api
java - path to trustStore - set property doesn't work?

I've setup a self-signed certificate to test an ssl java connection - however, it is refusing to locate the java …

java ssl keystore jsse truststore
How to ignore SSL certificate errors in Apache HttpClient 4.0

How do I bypass invalid SSL certificate errors with Apache HttpClient 4.0?

java ssl apache-httpclient-4.x