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
Copy file name to clipboardExpand all lines: docs/security.rst
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,7 +99,10 @@ SSL Configuration Examples
99
99
^^^^^^^^^^^^^^^^^^^^^^^^^^
100
100
Here, we'll describe the server and driver configuration necessary to set up SSL to meet various goals, such as the client verifying the server and the server verifying the client. We'll also include Python code demonstrating how to use servers and drivers configured in these ways.
101
101
102
-
**No identity verification**
102
+
.. _ssl-no-identify-verification:
103
+
104
+
No identity verification
105
+
++++++++++++++++++++++++
103
106
104
107
No identity verification at all. Note that this is not recommended for for production deployments.
0 commit comments