create a pair of certs:

$ mkcert (some questions, write down your passphrase, etc)
$ python helloworld_ssl.py

point your browser to https://localhost:8443

try using cyclone's twisted plugin:

$ twistd -n cyclone --ssl-app=helloworld_simple.Application
