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

Downgraded openssl but still getting errors #45

Open
klenex opened this issue Nov 11, 2019 · 1 comment
Open

Downgraded openssl but still getting errors #45

klenex opened this issue Nov 11, 2019 · 1 comment

Comments

@klenex
Copy link

klenex commented Nov 11, 2019

Enable SSL
Connection received from
Exception in thread Thread-1:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/Seth/seth/main.py", line 46, in run
self.enableSSL()
File "/Seth/seth/main.py", line 161, in enableSSL
do_handshake_on_connect=True,
File "/usr/lib/python3.5/ssl.py", line 385, in wrap_socket
_context=self)
File "/usr/lib/python3.5/ssl.py", line 760, in init
self.do_handshake()
File "/usr/lib/python3.5/ssl.py", line 996, in do_handshake
self._sslobj.do_handshake()
File "/usr/lib/python3.5/ssl.py", line 641, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:719)

Listening for new connection
Enable SSL
Exception in thread Thread-2:
Traceback (most recent call last):
File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner
self.run()
File "/Seth/seth/main.py", line 46, in run
self.enableSSL()
File "/Seth/seth/main.py", line 161, in enableSSL
do_handshake_on_connect=True,
File "/usr/lib/python3.5/ssl.py", line 385, in wrap_socket
_context=self)
File "/usr/lib/python3.5/ssl.py", line 760, in init
self.do_handshake()
File "/usr/lib/python3.5/ssl.py", line 996, in do_handshake
self._sslobj.do_handshake()
File "/usr/lib/python3.5/ssl.py", line 641, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [SSL: UNSUPPORTED_PROTOCOL] unsupported protocol (_ssl.c:719)

^C[] Cleaning up...
[
] Done

Openssl Version:

OpenSSL 1.0.1 14 Mar 2012 (Library: OpenSSL 1.0.1t 3 May 2016)

Python Version:
python -c "import ssl; print ssl.OPENSSL_VERSION"
OpenSSL 1.1.0f 25 May 2017

Testing on windows 7 rdp, rc4 enabled, and NLA disabled.

@AdrianVollmer
Copy link
Member

I suspect the solution to your problem is the same as here: #33 (comment)

Can you please try this and report back?

This was referenced Dec 26, 2019
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