Skip to content

Instantly share code, notes, and snippets.

@jorovipe97
jorovipe97 / Python SimpleHTTPServer with SSL
Last active September 30, 2017 23:06 — forked from rozifus/Python SimpleHTTPServer with SSL
Python 3.x https server with SSL
# useful for running ssl server on localhost
# which in turn is useful for working with WebSocket Secure (wss)
# copied from http://www.piware.de/2011/01/creating-an-https-server-in-python/