VinceVal / SickRageInstaller

A Windows Installer for SickRage
23 stars 14 forks source link

Unable to enable HTTPS feature on Windows (missing pyOpenSSL package) #26

Closed zeeter82 closed 8 years ago

zeeter82 commented 8 years ago

Not sure if this feature can be added or not as it seems that the latest build of pyOpenSSL doesn't have Windows binaries compiled yet.

https://pypi.python.org/pypi/pyOpenSSL/0.15.1

I would really like to have SSL support though, so if there is a workaround available, please share :)

Thanks!

VinceVal commented 8 years ago

Hmm, according to @miigotu, pyOpenSSL is no longer needed:

https://github.com/VinceVal/SickRageInstaller/commit/1ce2c769915ea54ad5ca142cf7fdefe79a37772e#commitcomment-14468407

@miigotu does this work?

zeeter82 commented 8 years ago

I got errors complaining about the pyOpenSSL package being missing, and that it couldn't find my certificate/key files....I left those file names as defaults because I assumed it would automatically generate them in the correct path.

I'm running Windows 10 Enterprise x64.

miigotu commented 8 years ago

Oversight on my part. pyOpenSSL is not needed for normal operation, nor if you supply your own ssl cert/key. To autocreate them you do need it.

zeeter82 commented 8 years ago

Then I guess that's my issue. I will need to generate them myself so I don't have to worry about that package. (hopefully this is possible on Windows...I would think it would be)

zeeter82 commented 8 years ago

Still not working.....I generated my .key/.crt and put them into c:\sickrage\data\

Still get these errors/warnings: 2016-02-04 09:43:23 MAIN :: pyopenssl module missing, please install for https access [72f6af7] 2016-02-04 09:43:23 MAIN :: Disabled HTTPS because of missing CERT and KEY files [72f6af7]

Do they need to go into another location?

zeeter82 commented 8 years ago

Nevermind....I got it :)

Needs to go where sickbeard.py is located. Thanks you guys!