Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade OpenSSL version #149

Open
Luavis opened this issue Nov 26, 2019 · 1 comment
Open

Upgrade OpenSSL version #149

Luavis opened this issue Nov 26, 2019 · 1 comment

Comments

@Luavis
Copy link

Luavis commented Nov 26, 2019

I got issues in running my application with MySQLdb, like following.

Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib

When python loading _mysql.cpython-37m-darwin.so file, it might load libssl.1.0.0 files. does it need to be specify version of openssl? cause 1.0.0 will reach EOL on 20190-12-31, it will be getting hard to install openssl 1.0.x with package manager.
FYI, Since openssl 1.0 will reach EOL on 2019-12-31, macOS Homebrew removed openssl@1.0 in there repository.

Thanks.

@Luavis Luavis changed the title OpenSSL 1.0 will reach EOL on 2019-12-31 Upgrade OpenSSL version Nov 26, 2019
@methane
Copy link
Collaborator

methane commented Dec 9, 2019

MySQL-python does not uses OpenSSL at all. It doesn't specify any ssl version too.

The underlaying library (libmysqlclient) use it.
So if you are using recent libmysqlclient, you must be able to use OpenSSL 1.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants