Tornado Server
ssl_options = { \"certfile\": \"server.crt\", \"keyfile\": \"server.key\" } application=Application() server=tornado.httpserver.HT
The tornado error message means that an http request is being sent to an https port. I was loading the javascript from an http url, changing that to https solved the problem.