File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
source/fundamentals/connection Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,12 @@ in the following ways:
77
77
see the :manual:`SRV Connection Format </reference/connection-string/#srv-connection-format>`
78
78
section in the Server manual.
79
79
80
- .. note:: Workaround for an "unsafe legacy renegotiation disabled" error
80
+ .. note:: Workaround for an "unsafe legacy renegotiation disabled" Error
81
81
82
- The {+driver-short+} depends on OpenSSL by default. You may encounter an "unsafe
83
- legacy renegotiation disabled" error in certain environments when using OpenSSL
84
- versions 3.0 and later, due to outdated SSL proxies. If you encounter this error,
85
- you can set the ``SSL_OP_LEGACY_SERVER_CONNECT`` option to resolve, as shown in
86
- the following example:
82
+ The {+driver-short+} depends on OpenSSL by default. Outdated SSL proxies can
83
+ cause an "unsafe legacy renegotiation disabled" error in environments using
84
+ OpenSSL 3.0 or later. You can resolve this error by setting the
85
+ ``SSL_OP_LEGACY_SERVER_CONNECT`` option, as shown in the following example:
87
86
88
87
.. code-block:: js
89
88
:emphasize-lines: 6
You can’t perform that action at this time.
0 commit comments