Skip to content

Commit 8f5a79c

Browse files
authored
DOCSP-12075: [BI Connector] Mongosql-auth-c in MacOS Catalina requires OpenSSL v1.0 (#267)
1 parent 9a1357f commit 8f5a79c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

source/reference/auth-plugin-c.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,23 @@ Installing the Plugin
5858

5959
- id: macos
6060
content: |
61+
.. note::
62+
63+
**macOS Catalina users:**
64+
65+
The C authentication plugin uses OpenSSL v1.0. If you have
66+
OpenSSL v1.1 or greater installed, you must downgrade to v1.0
67+
to use the C authentication plugin. You can do so with the
68+
following command:
69+
70+
.. code-block:: none
71+
72+
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/30fd2b68feb458656c2da2b91e577960b11c42f4/Formula/openssl.rb
73+
74+
If you have both versions 1.0 and 1.1 of OpenSSL installed,
75+
create a symlink to version 1.0 from ``/usr/local/opt/openssl``
76+
and remove the symlink to v1.1.
77+
6178
#. Download the `MySQL 5.7.x installer
6279
<https://dev.mysql.com/downloads/mysql/>`__ and install the
6380
MySQL Community Server, which includes the MySQL shell.

0 commit comments

Comments
 (0)