Latest News: (loading..)
GREEN SSL CERTIFICATE DISAPPEARS?
Started by vashichino7, Jan 23 2012 11:38 PM
13 replies to this topic
#1
Posted 23 January 2012 - 11:38 PM
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.
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
Posted 23 January 2012 - 11:51 PM
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
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 ======>>>>>.
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
Posted 24 January 2012 - 12:10 AM
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
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
Posted 24 January 2012 - 12:16 AM
I see what you mean.
Have you got https on both web urls in includes/configure.php?
Cheers
G
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 ======>>>>>.
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
Posted 24 January 2012 - 12:16 AM
Yes, both enabled and correct.
#6
Posted 24 January 2012 - 12:17 AM
and how would I go about making it use https:// when on the log in page?
#7
Posted 24 January 2012 - 12:24 AM
OSC automatically invokes ssl on the required pages, if you look at a few links they specify "SSL" when they are built.
Cheers
G
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 ======>>>>>.
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
Posted 24 January 2012 - 12:25 AM
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
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 ======>>>>>.
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
Posted 24 January 2012 - 06:00 PM
You have "unsecure content" on the page:
You can't load content (scripts, images, iframes, etc.) from HTTP sources on HTTPS pages.
<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.
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"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
Posted 24 January 2012 - 07:41 PM
@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
Posted 24 January 2012 - 09:36 PM
This might help.
If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
#13
Posted 25 January 2012 - 02:21 AM
The links in the header still aren't using SSL
I can only guess you haven't edited the file correctly.
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.
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."
- Me -
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
#14
Posted 29 May 2012 - 07:00 AM
Sounds like a server side issue then alright. In firefox you can to tools->page info. Click on the media tab and you'll see every css, javascript and image loaded by the page. Go through each line and check the following:
- Each line starts with
- Each line has a file size
- All hosts have a valid SSL certificate
To be doubly sure you can load each url in a new tab (copy and paste required) to make sure it loads properly under https and isn't redirected.
- Each line starts with
https://
- Each line has a file size
- All hosts have a valid SSL certificate
To be doubly sure you can load each url in a new tab (copy and paste required) to make sure it loads properly under https and isn't redirected.









