Skip to content

Commit 57010e1

Browse files
committed
Mikes comments"
" " "" " "
1 parent 6a8a4ea commit 57010e1

File tree

1 file changed

+5
-6
lines changed
  • source/fundamentals/connection

1 file changed

+5
-6
lines changed

source/fundamentals/connection/tls.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,12 @@ in the following ways:
7777
see the :manual:`SRV Connection Format </reference/connection-string/#srv-connection-format>`
7878
section in the Server manual.
7979

80-
.. note:: Workaround for an "unsafe legacy renegotiation disabled" error
80+
.. note:: Workaround for an "unsafe legacy renegotiation disabled" Error
8181

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:
8786

8887
.. code-block:: js
8988
:emphasize-lines: 6

0 commit comments

Comments
 (0)