Skip to content

Commit

Permalink
copy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lindseymoore committed Dec 4, 2024
1 parent 729fb00 commit 6c802b8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/fundamentals/connection/tls.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ in the following ways:
see the :manual:`SRV Connection Format </reference/connection-string/#srv-connection-format>`
section in the Server manual.

.. note:: Workaround for the "unsafe legacy renegotiation disabled" error
.. note:: Workaround for an "unsafe legacy renegotiation disabled" error

The {+driver-short+} depends on OpenSSL by default and can encounter "unsafe
legacy renegotiation disabled" errors when using OpenSSL versions 3.0 and later,
due to outdated SSL proxies. If you encounter this error, you can set the
``SSL_OP_LEGACY_SERVER_CONNECT`` option to resolve, as shown in the following
example:
The {+driver-short+} depends on OpenSSL by default. You may encounter an "unsafe
legacy renegotiation disabled" error in certain environments when using OpenSSL
versions 3.0 and later, due to outdated SSL proxies. If you encounter this error,
you can set the ``SSL_OP_LEGACY_SERVER_CONNECT`` option to resolve, as shown in
the following example:

.. code-block:: js
:emphasize-lines: 6
Expand Down

0 comments on commit 6c802b8

Please sign in to comment.