OpenSSL in Python

dcrespo dcrespo at gmail.com
Thu Oct 27 11:10:10 EDT 2005


Hi to all,

What do I have to install to get the following code work (Win XP,
Python 2.4.2)


from OpenSSL import SSL
import config

KEY_FILE = config.SSL_KEY_FILE
CERT_FILE = config.SSL_CERT_FILE


----------------------------------

I've been looking for OpenSSL for python. I found pyOpenSSL, but it
requires the OpenSSL library, which I only found on
http://www.openssl.org/, but don't know how to install.

Other thing is the "config" module... I'm lost. Someone knows? :-S

My main purpose is to enable xml-rpc server over an SSL connection.

Thanks

Daniel




More information about the Python-list mailing list