Skip to content

Commit 6c802b8

Browse files
committed
copy fix
1 parent 729fb00 commit 6c802b8

File tree

1 file changed

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

1 file changed

+6
-6
lines changed

source/fundamentals/connection/tls.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ 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 the "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 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:
8787

8888
.. code-block:: js
8989
:emphasize-lines: 6

0 commit comments

Comments
 (0)