hootnot / oanda-api-v20

OANDA REST-V20 API wrapper. Easy access to OANDA's REST v20 API with oandapyV20 package. Checkout the Jupyter notebooks!
MIT License
398 stars 107 forks source link

Proxy uses HTTP and not HTTPS #191

Closed QuanTurtle-founder closed 2 years ago

QuanTurtle-founder commented 2 years ago

requests.exceptions.ProxyError: HTTPSConnectionPool(host='stream-fxpractice.oanda.com', port=443) Caused by ProxyError('Your proxy appears to only use HTTP and not HTTPS, try changing your proxy URL to be HTTP. See: https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html#https-proxy-error-http-proxy', SSLError(SSLError(1, '[SSL: UNKNOWN_PROTOCOL] unknown protocol (_ssl.c:852)

hootnot commented 2 years ago

Sounds like you need to check your proxy config