Will depreciation of OpenSSL 1.1 affect ODBC driver operation on macOS ?

Tony Cheung 0 Reputation points
2024-10-15T11:42:09.66+00:00

Currently using macOS to connect the sql database by using the ODBC driver. Knowing that openssl@1.1 will be disabled by Homebrew later this month. Will it impact my current setup ?


Homebrew will disable OpenSSL 1.1 on October 24, 2024

https://www.rubyonmac.dev/openssl-1-1-deprecated-how-this-affects-your-ruby-projects

The error can happen when OpenSSL 3.0 is installed. OpenSSL typically is installed through Brew, and it contains the openssl, openssl@1.1, and openssl@3 binaries.

To resolve this error, change the symlink of the openssl binary to openssl@1.1:

https://learn.microsoft.com/en-us/sql/connect/odbc/linux-mac/known-issues-in-this-version-of-the-driver?view=sql-server-ver16

SQL Server | Other
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-10-16T06:22:58.0633333+00:00

    Hi @Tony Cheung,

    Thank you for your reaching out and welcome to Microsoft Q&A!

    Just run the command to check if any of them depend on OpenSSL 1.1 in the article:

    User's image

    If you have any more issues or need further assistance, feel free to share with us!

    Best regards,

    Lucy Chen


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our Documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    https://docs.microsoft.com/en-us/answers/support/email-notifications


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.