I am facing similar issue.
Getting 'Connection reset by peer' error for many api calls today.
Log: (masked Auth tokens)
[E 250520 13:11:10 smartConnect:221] Error occurred while making a GET request to https://apiconnect.angelone.in/rest/secure/angelbroking/user/v1/getProfile. Headers: {'Content-type': 'application/json', 'X-ClientLocalIP': '127.0.0.1', 'X-ClientPublicIP': '106.193.147.98', 'X-MACAddress': 'xxx', 'Accept': 'application/json', 'X-PrivateKey': 'xxx', 'X-UserType': 'USER', 'X-SourceID': 'WEB', 'Authorization': 'Bearer xxx'}, Request: {'refreshToken': 'xxx'}, Response: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer'))
I had called all the apis within rate limits, 'Connection reset by peer' this error was returned for login, placeOrder apis.
Another error seen was this:
[E 250520 05:30:04 smartConnect:221] Error occurred while making a GET request to https://apiconnect.angelone.in/rest/secure/angelbroking/user/v1/getProfile. Headers: {'Content-type': 'application/json', 'X-ClientLocalIP': '127.0.0.1', 'X-ClientPublicIP': '106.193.147.98', 'X-MACAddress': 'xxx', 'Accept': 'application/json', 'X-PrivateKey': 'xxx', 'X-UserType': 'USER', 'X-SourceID': 'WEB', 'Authorization': 'Bearer xxx'}, Request: {'refreshToken': 'xxx'}, Response: HTTPSConnectionPool(host='apiconnect.angelone.in', port=443): Max retries exceeded with url: /rest/secure/angelbroking/user/v1/getProfile?%7B%22refreshToken%xxx (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1149)')))
@admin @admin123 @Moderator_1 @Moderator_2 Can you please look into this if this is a server side issue?