Sarah_h Posted December 20, 2005 Posted December 20, 2005 Hi All, I've been given this from my client's new host for the shared SSL settings in configure.php "For all the three please use https://server1.eukdns.com." This does not really make sense to me as I thought that the site domain needed to be in there somewhere?? I'm not completely filled with confidence with the hosts either as they failed to install the OSC store, I had to sort it out in the end!! Can anyone help me with what should be in the https bits of configure.php. I know it will be different for different hosts etc but what should these parts of the configure file look like so I've at least got some idea. Sarah
rabbitseffort Posted December 21, 2005 Posted December 21, 2005 Hi All, I've been given this from my client's new host for the shared SSL settings in configure.php "For all the three please use https://server1.eukdns.com." This does not really make sense to me as I thought that the site domain needed to be in there somewhere?? I'm not completely filled with confidence with the hosts either as they failed to install the OSC store, I had to sort it out in the end!! Can anyone help me with what should be in the https bits of configure.php. I know it will be different for different hosts etc but what should these parts of the configure file look like so I've at least got some idea. Sarah looks like maybe something like this: define('HTTPS_SERVER', 'https://server1.eukdns.com/~domain'); where domain is will be your clients domain name, for example website.com, then it would be define('HTTPS_SERVER', 'https://server1.eukdns.com/~website'); , or possibly just web...you should be able to contact the hosting comapny about this and they should help you, good luck! :thumbsup: "I must admit that I personally measure success in terms of the contributions an individual makes to her or his fellow human beings." ---Margaret Mead--- "The answer is never the answer. What's really interesting is the mystery. If you seek the mystery instead of the answer, you'll always be seeking. I've never seen anybody really find the answer -- they think they have, so they stop thinking. But the job is to seek mystery, evoke mystery, plant a garden in which strange plants grow and mysteries bloom. The need for mystery is greater than the need for an answer. --Ken Kesey"
Sarah_h Posted December 21, 2005 Author Posted December 21, 2005 looks like maybe something like this: define('HTTPS_SERVER', 'https://server1.eukdns.com/~domain'); where domain is will be your clients domain name, for example website.com, then it would be define('HTTPS_SERVER', 'https://server1.eukdns.com/~website'); , or possibly just web...you should be able to contact the hosting comapny about this and they should help you, good luck! :thumbsup: Yes, spot on! Using your suggestions I found one that worked and it was: define('HTTPS_SERVER', 'https://server1.eukdns.com/~domain'); So thank you for that. Tell me, should I use the same for these: define('HTTPS_COOKIE_DOMAIN', ''); define('DIR_WS_HTTPS_CATALOG', ''https://server1.eukdns.com/~domain/catalog/'); (does this look right?) Sarah
Recommended Posts
Archived
This topic is now archived and is closed to further replies.