File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ when servers are using `Virtual Hosting`_. When such servers are hosting
79
79
more than one SSL site they need to be able to return the appropriate
80
80
certificate based on the hostname the client is connecting to.
81
81
82
- Python3's SSL module includes native support for SNI. This support has not been
83
- back ported to Python2. For information on using SNI with Requests on Python2
84
- refer to this `Stack Overflow answer `_.
82
+ Python3 and Python 2.7.9+ include native support for SNI in their SSL modules.
83
+ For information on using SNI with Requests on Python < 2.7.9 refer to this
84
+ `Stack Overflow answer `_.
85
85
86
86
.. _`Server-Name-Indication` : https://en.wikipedia.org/wiki/Server_Name_Indication
87
87
.. _`virtual hosting` : https://en.wikipedia.org/wiki/Virtual_hosting
You can’t perform that action at this time.
0 commit comments