Robotframework RequestsLibrary SSLV3_ALERT_HANDSHAKE_FAILURE

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.

Please suggest what could be done to ensure the same code base for RequestsLibrary working on all machines.