dapaintballer331 Posted August 19, 2005 Posted August 19, 2005 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/
AlanR Posted August 19, 2005 Posted August 19, 2005 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/ <{POST_SNAPBACK}> 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)
dapaintballer331 Posted August 20, 2005 Author Posted August 20, 2005 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/'); <{POST_SNAPBACK}> Thanks a lot, works now.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.