Skip to content

Instantly share code, notes, and snippets.

View ehnydeel's full-sized avatar

Andreas Kleinbub ehnydeel

View GitHub Profile
@ehnydeel
ehnydeel / Python SimpleHTTPServer with SSL
Created November 16, 2017 22:47 — forked from rozifus/Python SimpleHTTPServer with SSL
Python SimpleHTTPServer 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/
@ehnydeel
ehnydeel / Python SimpleHTTPServer with SSL
Created November 16, 2017 22:47 — forked from rozifus/Python SimpleHTTPServer with SSL
Python SimpleHTTPServer 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/