davidhamann/python-fmrest

SSL version issue on Windows

Closed this issue · 1 comments

Hello! This may not be an issue w/ python-fmrest specifically but I get an error running on Windows Server 2016:

fmrest.exceptions.RequestException: Request error:
Max retries exceeded with url: /fmi/data/v1/databas
ON_NUMBER] wrong version number (_ssl.c:1123)')))

Same code works fine on my Mac. I have tried replacing the URL to the FM server with multiple things - the FQDN, localhost, just the DNS name w/ out domain, etc. The Windows machine I am running the Python script on is also the FM server.

Thanks!

Sorry. This was due to proxy settings. Removed the proxy and all is well.