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

set_cipher_list tests break on modern OpenSSL #436

Closed
hynek opened this issue Mar 11, 2016 · 1 comment
Closed

set_cipher_list tests break on modern OpenSSL #436

hynek opened this issue Mar 11, 2016 · 1 comment
Milestone

Comments

@hynek
Copy link
Contributor

hynek commented Mar 11, 2016

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')]

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.

@hynek hynek added this to the 16.0.0 milestone Mar 11, 2016
@alex
Copy link
Member

alex commented Mar 11, 2016

This is fixed.

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

No branches or pull requests

2 participants