We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Because we try to set it to EXP-RC4-MD5 that leads to a Error: [('SSL routines', 'SSL_CTX_set_cipher_list', 'no cipher match')]
EXP-RC4-MD5
Error: [('SSL routines', 'SSL_CTX_set_cipher_list', 'no cipher match')]
It’s trivial to fix but I want to delay it until #422 is merged that introduces py.test based test classes for test_ssl.
test_ssl
The text was updated successfully, but these errors were encountered:
This is fixed.
Sorry, something went wrong.
No branches or pull requests
Because we try to set it to
EXP-RC4-MD5
that leads to aError: [('SSL routines', 'SSL_CTX_set_cipher_list', 'no cipher match')]
It’s trivial to fix but I want to delay it until #422 is merged that introduces py.test based test classes for
test_ssl
.The text was updated successfully, but these errors were encountered: