File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -152,9 +152,8 @@ instead.
152152 The parameter ``ssl_version `` specifies which version of the SSL protocol to
153153 use. Typically, the server chooses a particular protocol version, and the
154154 client must adapt to the server's choice. Most of the versions are not
155- interoperable with the other versions. If not specified, for client-side
156- operation, the default SSL version is SSLv3; for server-side operation,
157- SSLv23. These version selections provide the most compatibility with other
155+ interoperable with the other versions. If not specified, the default is
156+ :data: `PROTOCOL_SSLv23 `; it provides the most compatibility with other
158157 versions.
159158
160159 Here's a table showing which versions in a client (down the side) can connect
@@ -166,7 +165,7 @@ instead.
166165 *client * / **server ** **SSLv2 ** **SSLv3 ** **SSLv23 ** **TLSv1 **
167166 ------------------------ --------- --------- ---------- ---------
168167 *SSLv2 * yes no yes no
169- *SSLv3 * yes yes yes no
168+ *SSLv3 * no yes yes no
170169 *SSLv23 * yes no yes no
171170 *TLSv1 * no no yes yes
172171 ======================== ========= ========= ========== =========
You can’t perform that action at this time.
0 commit comments