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.
Latest News: (loading..)
GREEN SSL CERTIFICATE DISAPPEARS?
Started by vashichino7, Jan 23 2012, 23:38
12 replies to this topic
#1
Posted 23 January 2012, 23:38
#2
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
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, 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
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, 00:16
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, 00:16
Yes, both enabled and correct.
#6
Posted 24 January 2012, 00:17
and how would I go about making it use https:// when on the log in page?
#7
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
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, 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
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, 18:00
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.
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"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, 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
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 >
"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
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.
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >
"Headers already sent" - The definitive help
"Cannot redeclare ..." - How to find/fix it
SSL Implementation Help
Like this post? "Like" it again over there >














