SSL stopped working after implementing reCaptcha

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
A7x
Forum Newbie
Posts: 10
Joined: Thu Mar 03, 2011 6:07 am

SSL stopped working after implementing reCaptcha

Post by A7x »

Okay guys I have no idea why's that, but my SSL certificate stopped working after I implemented reCaptcha on my site. Before that, my site was showing green padlock icon (secure connection, no problems). But after I added the reCaptcha php code, it started showing padlock icon with red X over the padlock and it says something that the info they enter on the site may be read or changed by third party and so on.
I deleted the php code but it's still not working, also I deleted the recaptchalib.php from the site and still nothing.
What should I do? Thank you.

UPDATE: I googled a little and I probably found an answer. It's just probably a Chrome bug because Opera and Firefox is showing my SSL connection just fine.

SOLVED: Google Chrome caches SSL information for the lifetime of the current tab, so I had to close the tab and re-open it again and it's showing the green padlock again. So if you will ever have the same problem, that's the solution :)
Post Reply