osCommerce Community Support Forums: SSL Help. I tried to search for answer but didn't find it - osCommerce Community Support Forums

Jump to content

Corporate Sponsor


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

SSL Help. I tried to search for answer but didn't find it when I view my website in internet explorer. Rate Topic: -----

#1 User is offline   eunalice Icon

  • Find Posts
  • Group: Community Member
  • Posts: 11
  • Joined: 09-September 09
  • Real Name:Alice Lum

Posted 10 November 2009 - 08:21 AM

Please help someone.

when I go into my website with internet explorer, click on my account I get this message on top

To help protect your security, Internet explorer has blocked this website from displaying content with security certificate errors.

when I browse with mozilla, it everything is fine. I have 256 bit encryption. could somebody please help me with this?

I don't think its config.php error since it works fine on firefox. why would it work on mozilla but get that message on ie?
0

#2 User is offline   smacsloo Icon

  • Find Posts
  • Group: Community Member
  • Posts: 8
  • Joined: 24-April 09
  • Real Name:smacsloo

Posted 10 November 2009 - 08:37 AM

strange behavior,

try change in /includes/application_top.php

$request_type = (getenv('HTTPS') == 'on') ? 'SSL' : 'NONSSL';
to
$request_type = (getenv('HTTPS') == '1') ? 'SSL' : 'NONSSL';

then in includes/functions/general.php

if ( (ENABLE_SSL == true) && (getenv('HTTPS') == 'on') ) { // We are loading an SSL page
to
if ( (ENABLE_SSL == true) && (getenv('HTTPS') == '1') ) { // We are loading an SSL page

on other hosts as 1and1 try another hack - try searching the forums for ssl

hopes that your configuration.php has the right settings...

regards
0

#3 User is offline   eunalice Icon

  • Find Posts
  • Group: Community Member
  • Posts: 11
  • Joined: 09-September 09
  • Real Name:Alice Lum

Posted 11 November 2009 - 01:27 AM

I tried that and now I have a pop up window saying do you want to display content that is not delivered securely. My config.php is correct It works perfect on Mozilla.
0

#4 User is offline   germ Icon

  • Find Posts
  • Group: Community Member
  • Posts: 10,299
  • Joined: 10-April 07
  • Real Name:Jim
  • Gender:Male
  • Location:USA - C.S.T.

Posted 11 November 2009 - 02:45 AM

View Posteunalice, on 10 November 2009 - 07:27 PM, said:

I tried that and now I have a pop up window saying do you want to display content that is not delivered securely. My config.php is correct It works perfect on Mozilla.

If you could give your URL (in this thread or by PM) I'll take a peek.

The "unsecure items" would be scripts or images from HTTP source on HTTPS pages
If I suggest that you edit any file(s) make a backup first - I'm not perfect and neither are you.

I only post what the voices in my head tell me to.


$sample_it = ( ($this->has_Flavor() ) ? $mmm->mmm('good') : $want->do_Not() );
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic