floxay / python-riot-auth

A Python 3 library to get various Riot tokens and get around Cloudflare's filter during auth.
MIT License
71 stars 14 forks source link

Having problem with SSL on cap inventory #11

Closed DamianSz2000 closed 1 year ago

DamianSz2000 commented 1 year ago

I am trying to acces lol cap service using ur auth but ssl seems to not be valid for this service "https://eun1.cap.riotgames.com/lolinventoryservice/v2/inventories/simple?inventoryTypes=CHAMPION&language=en_US" aiohttp.client_exceptions.ClientConnectorSSLError: Cannot connect to host eun1.cap.riotgames.com:443 ssl:default [[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure (_ssl.c:1129)]

Do you know by any chance how to fix it? @floxay