Mention SNI support in FAQ

This commit is contained in:
KenjiTakahashi
2015-04-13 16:05:33 +02:00
parent 2d4d387e6a
commit 31f65bda02

View File

@@ -158,6 +158,12 @@ WebSocket sample::
ws.connect("wss://echo.websocket.org")
How to enable `SNI <http://en.wikipedia.org/wiki/Server_Name_Indication>`_?
------------------
SNI support is available for Python 2.7.9+ and 3.2+. It will be enabled automatically whenever possible.
Sub Protocols.
----------------------------------------