Closed pguizeline closed 7 years ago
Yes, it's the same as this ticket here.
Basically pyOpenSSL 16.1.0 was a bad release (but a lot of systems picked it up - including yours). If you upgrade pyOpenSSL to v16.2.0 or higher you'll be good to go.
Here is the official link of the poor developer getting reamed for releasing 16.1.0 when it wasn't tested properly (catching this bug you're referring to). It also refers to the update (to v16.2.0 fixing everything)
Good luck!
Hi! Thanks for the reply! I'm running Ubuntu 16.04 LTS, here are my python packages:
python -V
Python 2.7.12
pip freeze | grep -iE 'crypto|ssl'
asn1crypto==0.22.0
cryptography==2.0.3
pycrypto==2.6.1
pyOpenSSL==17.0.0
So it should just work right?
Well.. since you put it that way... yeah it should work! :blush:.
Let me go back to the drawing board and see what i can find out. Hopefully (worst case scenario) I'll something new for you by the end of this weekend.
After doing a bit of research, i can tell you that cryptography is very tightly coupled with pyOpenSSL. If your version of cryptography (v2.0.3) and your version of pyOpenSSL (v17.0.0) work properly together then the best solution is to just delete the nzbget-sublimial/OpenSSL directory (the one i provide). It's possible my provided version (v16.2.0) is what is causing you all of your pain. If that directory is missing it will use the global one you already have provided. this may fix your problem.
The error your displaying to me is a unfortunate though because up until now each of these packages (pyOpenSSL & cryptography) were always backwards compatible with one another (except the dreaded v16.1.0 release). It looks like everything is broken again or at least very version dependant. ☹️
I've deleted the provided pyOpenSSL directory and now it works!! Thanks!
Great! I'm not sure yet how to tackle this because if I delete nzbget-subliminal/OpenSSL on my end, I run the risk of breaking the setup for others who are still using it. On the other hand, you just proved to me it can also break peoples configurations as well. Not only that, you've just shown me how out of date my copy of OpenSSL is :wink:. So I do feel the need to do something.
If you don't mind, i'm going to leave this ticket open as a slap in the face (for me) to do something about this since my current solution doesn't accommodate everyone anymore.
Hi,
When running a scan with this parameters:
I get the following error:
Maybe I need to update pyOpenSSL?