Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

CAPTCHA not working in IE


5 replies to this topic

#1 WebDev22

  • Community Member
  • 429 posts
  • Real Name:Brett
  • Gender:Male

Posted 16 January 2012, 15:52

Any ideas why CAPTCHA is working in IE for our wolfftanning dot com site? The only change we made recently was the redirect in .htaccess to www.

#2 germ

  • Community Member
  • 13,588 posts
  • Real Name:Jim
  • Gender:Male
  • Location:USA (GMT-6)

Posted 16 January 2012, 18:03

You can't load content (images, scripts, iframes, etc.) from HTTP sources on HTTPS pages, which is what the site is trying to do.
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

"Headers already sent" - The definitive help

"Cannot redeclare ..." - How to find/fix it

SSL Implementation Help

Like this post? "Like" it again over there >

#3 WebDev22

  • Community Member
  • 429 posts
  • Real Name:Brett
  • Gender:Male

Posted 16 January 2012, 23:11

I don't recall seeing this before. Plus it works fine of FF and Chrome. Anyway, thanks for the reply. I'll change everything to HTTPS.

#4 WebDev22

  • Community Member
  • 429 posts
  • Real Name:Brett
  • Gender:Male

Posted 17 January 2012, 04:53

I haven't been able to figure out where to fix the issue of IE not displaying the RECAPTCHA form. Any ideas?

#5 bktrain

  • Community Member
  • 2,093 posts
  • Real Name:Brian
  • Gender:Male
  • Location:On the brink of insanity

Posted 17 January 2012, 05:55

First off why did you redirect to www.? Your cert was issued without it. Unless I'm mistaken, you should change that back.

As for the captcha, check with them to see if they have a secure address you can use to bring that in from.
Remember to backup database, files and pictures.

I reject your reality and substitute my own.
My mind not only wanders, it sometimes leaves completely.
The problem with the gene pool is that there is no lifeguard.
Everyone’s entitled to my opinion.


Links
Security
SSL Help
Basics for design
Basics for design V2.3+
How Do I ...?

#6 WebDev22

  • Community Member
  • 429 posts
  • Real Name:Brett
  • Gender:Male

Posted 17 January 2012, 06:01

Didn't realize there was that issue with the cert. We had to go with either www.domainname.com or domainname.com, and went with the former.