File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
source/fundamentals/connection Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -77,13 +77,13 @@ 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 the "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 and can encounter "unsafe
83
- legacy renegotiation disabled" errors when using OpenSSL versions 3.0 and later,
84
- due to outdated SSL proxies. If you encounter this error, you can set the
85
- ``SSL_OP_LEGACY_SERVER_CONNECT`` option to resolve, as shown in the following
86
- example:
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:
87
87
88
88
.. code-block:: js
89
89
:emphasize-lines: 6
You can’t perform that action at this time.
0 commit comments