Skip to content

Commit 3cc6cce

Browse files
committed
mini changes
1 parent 650f041 commit 3cc6cce

File tree

1 file changed

+2
-2
lines changed
  • source/includes/troubleshooting

1 file changed

+2
-2
lines changed

source/includes/troubleshooting/tls.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,13 +132,13 @@ message:
132132

133133
.. code-block:: python
134134
135-
886E0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:c:\ws\deps\openssl\openssl\ssl\statem\extensions.c:922:
135+
MongoServerSelectionError: 886E0000:error:0A000152:SSL routines:final_renegotiate:unsafe legacy renegotiation disabled:c:\ws\deps\openssl\openssl\ssl\statem\extensions.c:922:
136136
137137
These types of errors occur due to outdated or buggy SSL proxies that mistakenly
138138
enforce legacy TLS renegotiation.
139139

140140
To resolve this issue, use the ``UnsafeLegacyServerConnect`` option with the
141-
``OPENSSL_CONF`` environment variable. To do this, create a configuration
141+
``OPENSSL_CONF`` environment variable. Create a configuration
142142
file with the following content:
143143

144144
.. code-block:: shell

0 commit comments

Comments
 (0)