jasonfriedland Posted November 26, 2003 Posted November 26, 2003 Hi there I was wondering if anyone has anyexperience setting up multiple domains to use a shared SSL certificate? What I have is: http://domain1 http://domain2 and would like to use: https://domain3's certificate for the CC input pages. Is this possible? Thanks, Jason
Guest Posted November 26, 2003 Posted November 26, 2003 I can help you with that. I've set OSC up on my own box with a shared ssl and it took me a long time to figure out what to change. ../includes/configure.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://xxx.xxx.xxx.xxx'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', 'https://xxx.xxx.xxx.xxx'); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', true); // secure webserver for checkout procedure? I also have my shop setup on a subdomain (i.e. shop.domain.com). You'd set that up here as well (i.e. http://xxx.xxx.xxx/domainx/subdomainy/). Hope this helps!
jpf Posted November 26, 2003 Posted November 26, 2003 Same or differnt DB? If different then point your http://domain1.com secure server to maybe http://your_shared_secure_server.com/~your_user_directory/domain1_directory then point your http://domain2.com secure server to maybe http://your_shared_secure_server.com/~your_user_directory/domain2_direcotry
jasonfriedland Posted November 27, 2003 Author Posted November 27, 2003 Thanks for the info all. Each domain (domain1 and domain2 in my example) will use a seperate DB. So what I'd do is set up a copy of the site on the ssl server (https://domain3/site1, https://domain3/site2) and use those settings in my config for each of the domains? Thanks for any help on this. Jason
Recommended Posts
Archived
This topic is now archived and is closed to further replies.