-
Notifications
You must be signed in to change notification settings - Fork 37
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
Error when installing from git clone #34
Comments
Which OS and version of Python? |
Kali Linux kernel 4.4.0-43 |
Something is wrong with the nassl Linux wheel for 2.7. If possible you should switch to python 3.6. |
jsf9k
added a commit
to cisagov/pshtt
that referenced
this issue
Apr 3, 2018
doesn't support it. See nabla-c0d3/nassl#34 (comment).
jsf9k
added a commit
to cisagov/pshtt
that referenced
this issue
Apr 3, 2018
doesn't support it. See nabla-c0d3/nassl#34 (comment).
This was referenced Apr 3, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I wanted to install newest nassl version, which is required to install sslyze. Newest version in pip is 1.03 so i tried to install from git clone.
When running command
python sample_client.py
i got error:Traceback (most recent call last): File "sample_client.py", line 7, in <module> from nassl.ssl_client import OpenSslVersionEnum, SslClient File "/home/kali/nassl/nassl/ssl_client.py", line 7, in <module> from nassl import _nassl # type: ignore ImportError: /home/kali/nassl/nassl/_nassl.so: undefined symbol: SSL_SESSION_set_max_early_data
Building from scratch also didn't work for me. Any ideas what to do with that?
The text was updated successfully, but these errors were encountered: