-
Notifications
You must be signed in to change notification settings - Fork 180
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
Debian no longer supports OpenSSL SSLv3 #370
Comments
You need replace the libs/request folder with a newer version (above 2.6) or you can use my fork. |
Just grab the latest. It was fixed 2.6 that why I mentioned that version.
|
Yes, I assumed it used the system version, I simply symlinked libs/requests to /usr/local/lib/python2.7/dist-packages/requests That did the trick... thanks for your help! |
Awesome. I'm happy to help. |
Debian no longer compiles OpenSSL with SSLv3 support. urllib3 assumes SSLv3 support is there and fails; I have tried different requests versions, and removing/re-adding pyopenssl, but the problem still exists...
The problem appears to me that uTorrent is the cause, which I don't even use, is there a way to tell HTPC-Manager to just ignore it? Is there a place for a config file that i can set?
2016-01-25 12:51:53 :: root :: INFO :: Welcome to HTPC-Manager!
2016-01-25 12:51:53 :: root :: INFO :: Loglevel set to info
2016-01-25 12:51:53 :: htpc.updater :: INFO :: Using GitUpdater engine
2016-01-25 12:51:53 :: modules.xbmc :: WARNING :: No configured XBMC-Servers.
Traceback (most recent call last):
File "Htpc.py", line 189, in
main()
File "Htpc.py", line 135, in main
load_modules()
File "Htpc.py", line 72, in load_modules
from modules.utorrent import UTorrent
File "/nas/opt/htpc-manager/modules/utorrent.py", line 4, in
import requests
File "/nas/opt/htpc-manager/libs/requests/init.py", line 53, in
from requests.packages.urllib3.contrib import pyopenssl
File "/nas/opt/htpc-manager/libs/requests/packages/urllib3/contrib/pyopenssl.py", line 42, in
ssl.PROTOCOL_SSLv3: OpenSSL.SSL.SSLv3_METHOD,
AttributeError: 'module' object has no attribute 'PROTOCOL_SSLv3'
The text was updated successfully, but these errors were encountered: