Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shared SSL


dapaintballer331

Recommended Posts

Posted

I have a shared ssl certificate. When I got to my website, I get an allert telling me it isn't just for my website, its shared. When I go to my store directory the images don't show up, but if I use regular http they do show up. My web host says this:

 

This is self signed certificate you will receive those alert popups , for images you will have to configure your store to use shared ssl URL.

 

Can I configure this?

 

Secure url: https://secure27.hostgator.com/~gamersso/store/

Regular url: http://gamerssoft.com/store/

Posted
I have a shared ssl certificate. When I got to my website, I get an allert telling me it isn't just for my website, its shared. When I go to my store directory the images don't show up, but if I use regular http they do show up. My web host says this:

Can I configure this?

 

Secure url: https://secure27.hostgator.com/~gamersso/store/

Regular url: http://gamerssoft.com/store/

 

Sure, but you'll have make this change:

 

define('HTTPS_SERVER', 'https://secure27.hostgator.com/~gamersso/');

 

And these:

define('HTTPS_COOKIE_DOMAIN', 'secure27.hostgator.com/~gamersso');

define('HTTPS_COOKIE_PATH', '/store/');

Local: Mac OS X 10.5.8 - Apache 2.2/php 5.3.0/MySQL 5.4.10 • Web Servers: Linux

Tools: BBEdit, Coda, Versions (Subversion), Sequel Pro (db management)

Posted
Sure, but you'll have make this change:

 

define('HTTPS_SERVER', 'https://secure27.hostgator.com/~gamersso/');

 

And these:

define('HTTPS_COOKIE_DOMAIN', 'secure27.hostgator.com/~gamersso');

define('HTTPS_COOKIE_PATH', '/store/');

 

Thanks a lot, works now.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...