Jump to content

Captcha with SSL


scottrill2

Recommended Posts

Hello,

I am trying to use the contact page with captcha found at this link: http://www.prestastore.com/front-office-features/625-captcha.html

However anyone using IE appears to get a mixed content warning when they go to contact us.


In the recaptchalib.php file I have changed the line:

function recaptcha_get_html ($pubkey, $error = null, $use_ssl = false)



to read as:

function recaptcha_get_html ($pubkey, $error = null, $use_ssl = true)




But it still throws the warning.

Anyone know what else can be done to get captcha to work with SSL without throwing off a warning in crappy IE?


Thanks in advance,


Scott

Link to comment
Share on other sites

Did you try removing the CAPTCHA coding just to be sure it's the coding that's causing the mixed-mode error in IE? Those errors can be tedious to track down, especially if a webpage is making calls to externals widgets/images (Twitter, Facebook, etc.); since anything called needs to use HTTPS.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...