Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

GREEN SSL CERTIFICATE DISAPPEARS?


  • You cannot reply to this topic
12 replies to this topic

#1 vashichino7

  • Community Member
  • 213 posts
  • Real Name:Von Essaghol

Posted 23 January 2012, 23:38

Hello Guys,

I have gone ahead and installed the correct SSL certificates and fixed the code in configure.php , however; the green tab for a second comes on and disappears... links still work however; the godaddy certifcate does not show?

Any help? thanks.

#2 geoffreywalton

  • Community Sponsor
  • 7,731 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 23 January 2012, 23:51

Hi

The green certificate will only show on secured pages.

What page are you on?

Have you tried going to the customer login page?

Cheers

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.

For links mentioned in old answers that are no longer here follow this link Useful Threads.

If this post was useful, click the Like This button over there ======>>>>>.

#3 vashichino7

  • Community Member
  • 213 posts
  • Real Name:Von Essaghol

Posted 24 January 2012, 00:10

Hey Geoffrey,

I tried https://www.savingshub.com - the green certifcate appears then disappears, the link works on https but it doesnt show the certificate.... have a look

#4 geoffreywalton

  • Community Sponsor
  • 7,731 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 24 January 2012, 00:16

I see what you mean.

Have you got https on both web urls in includes/configure.php?

Cheers

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.

For links mentioned in old answers that are no longer here follow this link Useful Threads.

If this post was useful, click the Like This button over there ======>>>>>.

#5 vashichino7

  • Community Member
  • 213 posts
  • Real Name:Von Essaghol

Posted 24 January 2012, 00:16

Yes, both enabled and correct.

#6 vashichino7

  • Community Member
  • 213 posts
  • Real Name:Von Essaghol

Posted 24 January 2012, 00:17

and how would I go about making it use https:// when on the log in page?

#7 geoffreywalton

  • Community Sponsor
  • 7,731 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 24 January 2012, 00:24

OSC automatically invokes ssl on the required pages, if you look at a few links they specify "SSL" when they are built.

Cheers

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.

For links mentioned in old answers that are no longer here follow this link Useful Threads.

If this post was useful, click the Like This button over there ======>>>>>.

#8 geoffreywalton

  • Community Sponsor
  • 7,731 posts
  • Real Name:Geoffrey Walton
  • Gender:Male
  • Location:Norfolk, UK (close to the centre of the universe)

Posted 24 January 2012, 00:25

Try this link

http://forums.oscommerce.com/topic/233458-how-to-install-ssl-on-osc-a-simple-1-2-3-instruction/

This is an extract

define('HTTP_SERVER', 'http://www.yoursite.com');
define('HTTPS_SERVER', 'https://www.yoursite.com');
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
define('HTTP_COOKIE_DOMAIN', '.yoursite.com');
define('HTTPS_COOKIE_DOMAIN', '.yoursite.com');

Cheers

G
Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

Virus Threat Scanner
My Contributions
Basic install answers.
Click here for Contributions / Add Ons.
UK your site.
Site Move.
Basic design info.

For links mentioned in old answers that are no longer here follow this link Useful Threads.

If this post was useful, click the Like This button over there ======>>>>>.

#9 germ

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

Posted 24 January 2012, 18:00

You have "unsecure content" on the page:

<img src="http://www.savingshub.com/images/skype_32.png" style="border: none;" width="24" height="24" alt="Skype Me™!" /></a>


You can't load content (scripts, images, iframes, etc.) from HTTP sources on HTTPS pages.
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 >

#10 vashichino7

  • Community Member
  • 213 posts
  • Real Name:Von Essaghol

Posted 24 January 2012, 19:41

@germ thank you! the green tab does not disappear and @geoffreywalton checkout.php automatically uses https:// ; now im trying to make the log in page to SSL also!

#11 germ

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

Posted 24 January 2012, 21:36

This might help.
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 >

#12 vashichino7

  • Community Member
  • 213 posts
  • Real Name:Von Essaghol

Posted 24 January 2012, 23:25

Thanks @germ . I checked that out... was helpful did a few changes on the third by adding a '', 'SSL'): however it still does not turn Green.... hrmm dont know why?

#13 germ

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

Posted 25 January 2012, 02:21

The links in the header still aren't using SSL

I can only guess you haven't edited the file correctly.
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 >