I am trying to log in using the code in this guide: https://docs.developer.betfair.com/d...ni/Sample+Code
I get the following error message
Message=None
Params: None
Exception: HTTPSConnectionPool(host='identitysso-cert.betfair.com', port=443): Max retries exceeded with url: /api/certlogin (Caused by SSLError(SSLError(9, '[SSL] PEM lib (_ssl.c:3862)')))
Source=C:\Users\Toby Chen\source\repos\Betfair Rounding\Betfair Rounding\Betfair_Rounding.py
StackTrace:
During handling of the above exception, another exception occurred:
During handling of the above exception, another exception occurred:
During handling of the above exception, another exception occurred:
File "C:\Users\Toby Chen\source\repos\Betfair Rounding\Betfair Rounding\Betfair_Rounding.py", line 22, in <module> (Current frame)
trading.login()
Any tips on how to address this issue?
I get the following error message
Message=None
Params: None
Exception: HTTPSConnectionPool(host='identitysso-cert.betfair.com', port=443): Max retries exceeded with url: /api/certlogin (Caused by SSLError(SSLError(9, '[SSL] PEM lib (_ssl.c:3862)')))
Source=C:\Users\Toby Chen\source\repos\Betfair Rounding\Betfair Rounding\Betfair_Rounding.py
StackTrace:
During handling of the above exception, another exception occurred:
During handling of the above exception, another exception occurred:
During handling of the above exception, another exception occurred:
File "C:\Users\Toby Chen\source\repos\Betfair Rounding\Betfair Rounding\Betfair_Rounding.py", line 22, in <module> (Current frame)
trading.login()
Any tips on how to address this issue?


Comment