You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If no cipher can be selected (because compile-time options or other
1646
1646
configuration forbids use of all the specified ciphers), an
1647
1647
:class:`SSLError` will be raised.
@@ -1874,7 +1874,7 @@ to speed up repeated connections from the same clients.
1874
1874
.. method:: SSLContext.session_stats()
1875
1875
1876
1876
Get statistics about the SSL sessions created or managed by this context.
1877
-
A dictionary is returned which maps the names of each `piece of information <https://www.openssl.org/docs/man1.1.1/man3/SSL_CTX_sess_number.html>`_ to their
1877
+
A dictionary is returned which maps the names of each `piece of information <https://docs.openssl.org/1.1.1/man3/SSL_CTX_sess_number/>`_ to their
1878
1878
numeric values. For example, here is the total number of hits and misses
1879
1879
in the session cache since the context was created::
1880
1880
@@ -2017,7 +2017,7 @@ to speed up repeated connections from the same clients.
0 commit comments