SSLHandshakeException for Google Recaptcha
问题 I am using a Java 1.7 application running on a JBoss7.0.2.Final server. I created a REST endpoint to handle user login. This works fine, but when I call Google's recaptcha (v2) url (https://www.google.com/recaptcha/api/siteverify), I get the following error: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure This was working with no errors yesterday, and there have been no changes on our server, so I suspect something might have changed on googles end. Question Does