Use server_hostname parameter in call to ssl_wrap_socket#1270
Use server_hostname parameter in call to ssl_wrap_socket#1270bdarnell merged 3 commits intotornadoweb:masterfrom
Conversation
|
Can you add a new test to TestIOStreamStartTLS that covers this error? |
|
Sure. But not for a few days. |
|
I've added a test Also, here is a gist showing how the error can be triggered: https://gist.github.com/djvis/2298e024ddda4e829808 |
|
Just noticed that the call to |
|
Turns out check_hostname functionality is only available in python 2.7 and 3.4 anyway. Have added a decorator to skip the test if the |
Use server_hostname parameter in call to ssl_wrap_socket
Get a Tornado >4.1.0 for working SNI in Thumbor [1,2,3,4]. [1]: https://tools.ietf.org/html/rfc6066#section-3 [2]: thumbor/thumbor#409 [3]: tornadoweb/tornado#1270 [4]: tornadoweb/tornado@ab706d6
No description provided.