Daniel3356 / recaptcha

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

ssl support is broken because of cert change #116

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Deploy on SSL
2. Open in Chrome
3.

What is the expected output? What do you see instead?
You expect to see the reCaptcha dialog. You see nothing

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.

This is fixed by replacing HTTPS_SERVER in ReCaptchaImpl with:

https://www.google.com/recaptcha/api

Original issue reported on code.google.com by r...@deftlabs.com on 14 Jul 2011 at 7:25

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.

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