Page 1 of 1

SSL Setup on OC1.5.1

Posted: Fri Sep 16, 2011 12:35 pm
by TEXSBM
Hello,

My hosting company has enabled SSL on my site and I have enabled it via the OC setup option.

Do I also have have any files to update? If so, which files and what specific text do I update?

Thanks as always for the help!

Mark
www.ExoticAnimalCages.com

Re: SSL Setup on OC1.5.1

Posted: Fri Sep 16, 2011 12:50 pm
by zelda
Hi,
I am having a problem with SSL working in admin but not in store...I checked my config file and have the
// HTTPS
define('HTTPS_SERVER', 'https://www.xxxxx.com/xxxx/');
define('HTTPS_IMAGE', 'https://www.xxxxxxxxx.com/xxxxxxx/'); What am I missing?
Thank you.

Re: SSL Setup on OC1.5.1

Posted: Fri Sep 16, 2011 3:53 pm
by uksitebuilder
Your website is: http://exoticanimalcages.com/

What is your SSL Address ?

It should be: https://exoticanimalcages.com/

Re: SSL Setup on OC1.5.1 SOLVED

Posted: Fri Sep 16, 2011 8:22 pm
by zelda
zelda wrote:Hi,
I am having a problem with SSL working in admin but not in store...I checked my config file and have the
// HTTPS
define('HTTPS_SERVER', 'https://www.xxxxx.com/xxxx/');
define('HTTPS_IMAGE', 'https://www.xxxxxxxxx.com/xxxxxxx/'); What am I missing?
Thank you.
Ok, thanks for the replys....I forgot to edit the config.php...I had the admin/config.php right dah

Re: SSL Setup on OC1.5.1

Posted: Sat Sep 17, 2011 12:36 pm
by TEXSBM
Thank you for the feedback.

To confirm the updates, I need to add S to all HTTP references in both the config.php and admin/config.php?

Thank you for your help!

Re: SSL Setup on OC1.5.1

Posted: Sat Sep 17, 2011 12:55 pm
by TEXSBM
Am I updating both sections or just the HTTPS section? How do I confirm it works?


// HTTP
define('HTTP_SERVER', 'http://exoticanimalcages.com/');
define('HTTP_IMAGE', 'http://exoticanimalcages.com/image/');
define('HTTP_ADMIN', 'http://exoticanimalcages.com/admin/');

// HTTPS
define('HTTPS_SERVER', 'https://exoticanimalcages.com/');
define('HTTPS_IMAGE', 'https://exoticanimalcages.com/image/');

Re: SSL Setup on OC1.5.1

Posted: Sat Sep 17, 2011 3:17 pm
by uksitebuilder
Just the HTTPS section in config.php and admin/config.php

Also make sure you have enabled SSL in admin System Settings

To test, visit your homepage and then click on My Account

Re: SSL Setup on OC1.5.1

Posted: Sun Sep 18, 2011 4:33 am
by TEXSBM
Thanks for the additional feedback.

I have attached the SSL text that displays on the my accounts page. Should I be concerned regarding the 2nd block of text that says some items are not secure? Is that normal? Thanks for the help!

Re: SSL Setup on OC1.5.1

Posted: Sun Sep 18, 2011 4:46 am
by uksitebuilder
How did you add your header image ? Just as <img src="catalog/view....... or <img src="http://www....

That is the problem element when on HTTPS

Re: SSL Setup on OC1.5.1

Posted: Sun Sep 18, 2011 4:49 am
by TEXSBM
I believe I used both ways between the header and footer - which is the correct way?

Re: SSL Setup on OC1.5.1

Posted: Sun Sep 18, 2011 4:50 am
by uksitebuilder
without the domain

Re: SSL Setup on OC1.5.1

Posted: Sun Sep 18, 2011 5:16 am
by TEXSBM
All fixed - thank you for your help!

Is there a way for all the pages to resolve to the https address versus just www.exoticanimalcages.com?

Re: SSL Setup on OC1.5.1

Posted: Sun Sep 18, 2011 5:48 am
by uksitebuilder
OC is not set-up to function that way I'm afraid, plus the site would be noticeably slower due to the encryption/decryption when data is passed back and forth.