Simon Willison’s Weblog

Subscribe

Windows SSL support in Python

24th July 2002

Adding SSL support to Python on Windows is as easy as dropping a couple of DLLs and a .pyd file in to your Python DLLs directory. Grab the zip file from this page and off you go. I haven’t tried it out yet but it appears to work—the socket.ssl function miraculously appeared when I installed the new files. Why is this useful? Because it opens the way for secure XML-RPC calls from Python applications...

This is Windows SSL support in Python by Simon Willison, posted on 24th July 2002.

Next: TMs

Previous: Instant PHP Web Services

Previously hosted at http://simon.incutio.com/archive/2002/07/24/windowsSslSupportInPython