How to install OpenSSL for Python

How to install OpenSSL for Python

SSL development libraries have to be installed

CentOS:

$ yum install openssl-devel libffi-devel

Ubuntu:

$ apt-get install libssl-dev libffi-dev

OS X (with Homebrew installed):

$ brew install openssl

How to install OpenSSL for Python

Leave a Reply

Your email address will not be published. Required fields are marked *