Tornado: WARNING:tornado.general:SSL Error on 8 ('77.39.7.162', 33865): [SSL: HTTP_REQUEST] http request (_ssl.c:645)

Created on 17 Jun 2018  路  1Comment  路  Source: tornadoweb/tornado

Any ideas why this happens? I have a letsencrypt key on my server and in my tests, I can't reproduce this error.

Most helpful comment

This error (http request)means that someone is trying to connect to the server with an unencryptedhttp://` connection instead of using HTTPS. It's generally harmless.

>All comments

This error (http request)means that someone is trying to connect to the server with an unencryptedhttp://` connection instead of using HTTPS. It's generally harmless.

Was this page helpful?
0 / 5 - 0 ratings