Skip to content

Instantly share code, notes, and snippets.

View bdshadow's full-sized avatar

Dmitrii Bocharov bdshadow

View GitHub Profile
@bdshadow
bdshadow / Python SimpleHTTPServer with SSL
Created April 28, 2018 10:33 — 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/