Post by alijzari » Wed Aug 15, 2012 11:32 am

I had my ssl certificate installed by my host about a month ago I have secured the backend of the site by forcing it you https when entering the admin area, but when i am on the check out page its not using https. I have check the setting under server and use ssl is set to yes and I also have checked my config.php and the settings are as follows :
// HTTP
define('HTTP_SERVER', 'http://www.caraudiohub.com/admin/');
define('HTTP_CATALOG', 'http://www.caraudiohub.com/');
define('HTTP_IMAGES', 'http://www.caraudiohub.com/image/');

// HTTPS
define('HTTPS_SERVER', 'https://www.caraudiohub.com/admin/');
define('HTTPS_CATALOG', 'https://www.caraudiohub.com/');
define('HTTPS_IMAGE', 'https://www.caraudiohub.com/image/');
anyone have any idea on what could cause this?

Newbie

Posts

Joined
Sat Aug 11, 2012 1:10 am

Post by cwswebdesign » Wed Aug 15, 2012 11:38 am

Have you updated both config files and turned on the SSL under store settings in the admin panel?

DL

This account is inactive. Look for us under the name 'EvolveWebHosting' and contact us under that username.

Thanks!


User avatar
Active Member

Posts

Joined
Sun Dec 11, 2011 12:26 am
Location - USA

Post by Avvici » Wed Aug 15, 2012 1:05 pm

Send a link to your store. It's not hard to figure out why your SSL is either not showing up or malfunctioning.

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by alijzari » Thu Aug 16, 2012 11:15 pm

www.caraudiohub.com
I have set the SSL to YES in the admin panel my ssl certs are installed a level above the www directory on my web server could that be the root cause of this the ssl folder containing the keys need to be in www folder not in the root? it was installed by hosting company not me

Newbie

Posts

Joined
Sat Aug 11, 2012 1:10 am

Post by cwswebdesign » Fri Aug 17, 2012 1:25 am

alijzari wrote:http://www.caraudiohub.com
I have set the SSL to YES in the admin panel my ssl certs are installed a level above the www directory on my web server could that be the root cause of this the ssl folder containing the keys need to be in www folder not in the root? it was installed by hosting company not me

It's installed properly after running a check at http://www.sslshopper.com/ssl-checker.html

If you PM your FTP info, I can look into it further for you.

DL

This account is inactive. Look for us under the name 'EvolveWebHosting' and contact us under that username.

Thanks!


User avatar
Active Member

Posts

Joined
Sun Dec 11, 2011 12:26 am
Location - USA

Post by alijzari » Mon Aug 27, 2012 9:21 am

Hey DL thanks for looking into no offense but I don't feel comfortable giving anyone FTP access is there something i can check for? that I have not mentioned before?

Newbie

Posts

Joined
Sat Aug 11, 2012 1:10 am

Post by cwswebdesign » Tue Aug 28, 2012 4:16 am

alijzari wrote:Hey DL thanks for looking into no offense but I don't feel comfortable giving anyone FTP access is there something i can check for? that I have not mentioned before?

No offense taken! If nothing has been altered, there are the two config files and then selecting "use SSL" under the system settings. Beyond that, it's hard to say what would be causing the issue. Sorry I can't offer more help this way.

DL

This account is inactive. Look for us under the name 'EvolveWebHosting' and contact us under that username.

Thanks!


User avatar
Active Member

Posts

Joined
Sun Dec 11, 2011 12:26 am
Location - USA

Post by Avvici » Tue Aug 28, 2012 11:01 am

The reason for checking your live website is to see if the checkout has what is called a "partial encryption" where elements on the page are breaking it. However, you said that you checked and everything was okay. Glad you worked it out.

User avatar
Expert Member

Posts

Joined
Tue Apr 05, 2011 12:09 pm
Location - Asheville, NC

Post by alijzari » Sun Sep 02, 2012 6:20 am

Hey DL not sure what is going on but now when you are in the check out it points to HTTPS:// must be some apache magic that went on in the background

Newbie

Posts

Joined
Sat Aug 11, 2012 1:10 am

Post by cwswebdesign » Sun Sep 02, 2012 10:24 am

alijzari wrote:Hey DL not sure what is going on but now when you are in the check out it points to HTTPS:// must be some apache magic that went on in the background
Sounds like it's working now?

DL

This account is inactive. Look for us under the name 'EvolveWebHosting' and contact us under that username.

Thanks!


User avatar
Active Member

Posts

Joined
Sun Dec 11, 2011 12:26 am
Location - USA

Post by alijzari » Tue Sep 04, 2012 7:33 am

Yeah its working although its weird one thing i noticed when I password protected the/admin directory server side when i got to www.caraudiohub.com/admin I get a page not found error

Newbie

Posts

Joined
Sat Aug 11, 2012 1:10 am

Post by cwswebdesign » Tue Sep 04, 2012 10:08 am

alijzari wrote:Yeah its working although its weird one thing i noticed when I password protected the/admin directory server side when i got to http://www.caraudiohub.com/admin I get a page not found error
Did you change the config file under the admin folder?


DL

This account is inactive. Look for us under the name 'EvolveWebHosting' and contact us under that username.

Thanks!


User avatar
Active Member

Posts

Joined
Sun Dec 11, 2011 12:26 am
Location - USA

Post by alijzari » Tue Sep 04, 2012 11:58 pm

I just went server side and password protected the directory not changed any thing in the config files

Newbie

Posts

Joined
Sat Aug 11, 2012 1:10 am

Post by cwswebdesign » Wed Sep 05, 2012 2:44 am

alijzari wrote:I just went server side and password protected the directory not changed any thing in the config files

I would follow the rules from OpenCart and undo what you did server side. The open the config.php files in public_html and /admin/ adding the "s" after http in the HTTPS // sections. Then change the system setting in the admin panel to use SSL. Never had a problem doing this.

DL

This account is inactive. Look for us under the name 'EvolveWebHosting' and contact us under that username.

Thanks!


User avatar
Active Member

Posts

Joined
Sun Dec 11, 2011 12:26 am
Location - USA

Post by lperagallo » Wed Sep 26, 2012 9:58 pm

I am in version 1.5.2.2 and I am having a heck of a time getting SSL to work. I have created ssl certificates at my ISP. I changed the config.php to use https and I set ssl to yes in the setting tab in the admin. When I go to account settings as a customer it goes to https://www.hobby-drones.com/opencart/i ... nt/account, but I get the message that the page can not be found. Any suggestions? Thanks. Lou

New member

Posts

Joined
Sun Oct 30, 2011 12:05 pm
Who is online

Users browsing this forum: No registered users and 209 guests