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
1602
1602
configuration forbids use of all the specified ciphers), an
1603
1603
:class:`SSLError` will be raised.
@@ -1829,7 +1829,7 @@ to speed up repeated connections from the same clients.
1829
1829
.. method:: SSLContext.session_stats()
1830
1830
1831
1831
Get statistics about the SSL sessions created or managed by this context.
1832
-
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
1832
+
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
1833
1833
numeric values. For example, here is the total number of hits and misses
1834
1834
in the session cache since the context was created::
1835
1835
@@ -1972,7 +1972,7 @@ to speed up repeated connections from the same clients.
0 commit comments