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

Fix problem with cryptography package #232

Merged
merged 1 commit into from
Apr 25, 2018

Conversation

m0ngr31
Copy link
Collaborator

@m0ngr31 m0ngr31 commented Apr 20, 2018

In cryptography >= 2.2, there is an issue:

[1521581897750] File "/private/var/folders/8g/t93g7k9j0rb_18d07m1k8shr0000gn/T/pip-build-SO5htj/pyOpenSSL/OpenSSL/crypto.py", line 740, in _subjectAltNameString
[1521581897750] AttributeError: 'module' object has no attribute 'X509V3_EXT_get'

This will fix the issue.

In cryptography >= 2.2, there is an issue:
```
[1521581897750] File "/private/var/folders/8g/t93g7k9j0rb_18d07m1k8shr0000gn/T/pip-build-SO5htj/pyOpenSSL/OpenSSL/crypto.py", line 740, in _subjectAltNameString
[1521581897750] AttributeError: 'module' object has no attribute 'X509V3_EXT_get'
```
@johnwheeler johnwheeler merged commit 11463a6 into johnwheeler:master Apr 25, 2018
@metal3d
Copy link

metal3d commented Jun 8, 2018

Strange but the probel persists here

@jegue
Copy link

jegue commented Jun 26, 2018

pip install 'cryptography<2.2'

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

Successfully merging this pull request may close these issues.

4 participants