File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/includes/troubleshooting Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,13 +132,13 @@ message:
132
132
133
133
.. code-block :: python
134
134
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:
136
136
137
137
These types of errors occur due to outdated or buggy SSL proxies that mistakenly
138
138
enforce legacy TLS renegotiation.
139
139
140
140
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
142
142
file with the following content:
143
143
144
144
.. code-block :: shell
You can’t perform that action at this time.
0 commit comments