tornadoweb / tornado

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
http://www.tornadoweb.org/
Apache License 2.0
21.7k stars 5.5k forks source link

Automatically redirect to https on tornadoweb.org #2747

Open supakeen opened 5 years ago

supakeen commented 5 years ago

Hi,

very minor gripe maybe even a nitpick is that tornadoweb.org serves on both http and https. I'd prefer it to redirect to https on any http request.

I've enclosed a pull request to at least point the default README.rst link to https.

bdarnell commented 4 years ago

The docs are hosted by readthedocs.org, so this is up to them. I already have the "always use HTTPS" box checked, but it doesn't seem to be working.