JohnDoee / deluge-client

A very lightweight pure-python Deluge RPC Client
MIT License
87 stars 14 forks source link

Allow bypassing ssl entirely for weird seedbox configurations #47

Closed jewser closed 3 months ago

jewser commented 3 months ago

Added the force_http parameter to doing anything with ssl_context at all. This fixed some random SSL error for me when connecting to a seedhost box behind a reverse proxy (and god knows what version of anything running serverside).

Feel free to close or edit close the PR if you think this is not a good solution

jewser commented 3 months ago

insane how as soon as i make the PR i figure out the original problem (crazy config issue)