Daniel3356 / recaptcha

Automatically exported from code.google.com/p/recaptcha
0 stars 1 forks source link

The remote server (api-secure.recaptcha.net) presented a certificate that did not validate #117

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using recaptcha in Java I suddenly started receiving an invalid 
certificate message when using the ReCaptchaFactory.newSecureReCaptcha method. 
This was working previously with no problems. Did the certificate change?

I'm using recaptcha4j-0.0.7.jar on linux with apache tomcat 6.0.30

Original issue reported on code.google.com by cdcl...@gmail.com on 15 Jul 2011 at 2:23

GoogleCodeExporter commented 8 years ago
Working as intended; the old api-secure.recaptcha.net URL has been deprecated 
for over a year and was decommissioned a couple months ago.

You need to use www.google.com/recaptcha/api/challenge (etc) instead.

Original comment by colin.mc...@gmail.com on 22 Jul 2011 at 4:38