SSL Exception When Migrating from TOA
I'm running OpenSSL 3.0.16 and trying to use this new API. Whether trying to hit the api via a raw get request via python's request module or using the python SDK, I keep getting met with the following error. Hoping someone can help (API Key redacted from query for posting purposes but it is included in the actual request)
requests.exceptions.SSLError: HTTPSConnectionPool(host='parlay-api.com', port=443): Max retries exceeded with url: /v1/sports/?apiKey=&all=true (Caused by SSLError(SSLError(1, '[SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1010)')))