Open python
python
and type
>>> import ssl
>>> ssl.OPENSSL_VERSION
'OpenSSL 1.0.1g 7 Apr 2014'
And be sure it says at least OpenSSL 1.0.1g so that you are not affected by the OpenSSL Heartbleed bug
Open python
python
and type
>>> import ssl
>>> ssl.OPENSSL_VERSION
'OpenSSL 1.0.1g 7 Apr 2014'
And be sure it says at least OpenSSL 1.0.1g so that you are not affected by the OpenSSL Heartbleed bug