File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -1472,6 +1472,19 @@ to speed up repeated connections from the same clients.
1472
1472
:data: `PROTOCOL_TLS `, :data: `PROTOCOL_TLS_CLIENT `, and
1473
1473
:data: `PROTOCOL_TLS_SERVER ` use TLS 1.2 as minimum TLS version.
1474
1474
1475
+ .. note ::
1476
+
1477
+ :class: `SSLContext ` only supports limited mutation once it has been used
1478
+ by a connection. Adding new certificates to the internal trust store is
1479
+ allowed, but changing ciphers, verification settings, or mTLS
1480
+ certificates may result in surprising behavior.
1481
+
1482
+ .. note ::
1483
+
1484
+ :class: `SSLContext ` is designed to be shared and used by multiple
1485
+ connections.
1486
+ Thus, it is thread-safe as long as it is not reconfigured after being
1487
+ used by a connection.
1475
1488
1476
1489
:class: `SSLContext ` objects have the following methods and attributes:
1477
1490
You can’t perform that action at this time.
0 commit comments