TerrorFactor

Results 3 comments of TerrorFactor

Also have this issue. Added `, verify=False` to every instance of `requests.get()`, but that's not sufficient. `requests.exceptions.SSLError: HTTPSConnectionPool(host='test.com', port=443): Max retries exceeded with url: /robots.txt (Caused by SSLError(SSLError(1, '[SSL: UNSUPPORTED_PROTOCOL]...

I had a similar problem, but when using "inotifywait" to detect new/changed files to upload them to ACD. I worked around it with this: ``` #!/bin/bash FOLDER="/home/user/.local" inotifywait -m -r...

I have the same issue in 5.0.38.1. tried the latest version (9.x) and then downgraded to 5.0.38.3, then to 5.0.38.2 and then to 5.0.38.1, but I have the same issue...