Daniel3356 / recaptcha

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

HTTPS_SERVER no longer uses https://api-secure.recaptcha.net #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load 0.0.7 version of the library (latest)
2. Run on server with HTTPS on CHROME
3. Chrome will not display the reCaptch as the SSL certificate is google.com as 
opposed to api-secure.recaptcha.net 

What is the expected output? What do you see instead?
Incorrect SSL certificate issued

What version of the product are you using? On what operating system?
0.0.7 (latest) on JAVA, Chrome, running on a Ubuntu server

Please provide any additional information below.
The HTTPS_SEVER constant should be updated to https://www.google.com/recaptcha/ 
I believe. Google no longer supports the old URL as well as issue a correct SSL 
certificate for that site.

Original issue reported on code.google.com by alwin.c...@gmail.com on 21 Apr 2013 at 8:10

GoogleCodeExporter commented 8 years ago

Original comment by adrian.g...@gmail.com on 3 Aug 2013 at 1:45