While executing Post requests using the RequestsLibrary, getting below error
SSLError: HTTPSConnectionPool(host=‘’, port=443): Max retries exceeded with url: (Caused by SSLError(SSLError(1, '[SSL: SSLV3_ALERT_HANDSHAKE_FAILURE] sslv3 alert handshake failure.
- Postman and Curl is working perfectly fine and giving the expected response
- The same robot file is working fine on other user machines as well.
This behavior is observed only on my user machine. Tried below options, but didn’t work any.
- Configurations on my machine and other user machine where its working are the same.
- Tried downloading .pem certificate for the base url and provided using
client_certs
path. Ref: How to get Python requests to trust a self signed SSL certificate? - Stack Overflow - Clean installed python 3.10.10 version and freshly installed PyCharm
Please suggest what could be done to ensure the same code base for RequestsLibrary working on all machines.