Getting SSL Error: EOF occurred in violation of protocol (_ssl.c:2427) even though I have a custom domain hooked
cade-cfc
HOBBY
a year ago
Hi, I have a Flask app hosted on Railway. I have a function that makes a request to a third party API. This function works fine locally, but on the app it gives the SSL error 2427 too many requests. I thought having https through Railway would fix this, but it has not.
I reached out to the third party API's support and they said the issue was making sure my requests and urllib3 libraries were up to date. I altered my requirements.txt file to make them up to date, like so, but that has not fixed this issue either.
Does anyone know how I can fix this issue? Is there something I'm missing?
requests>=2.32.3
urllib3>=2.2.3
0 Replies