shandyboy Posted July 9, 2004 Posted July 9, 2004 Hi guys, Is it possible to spread the shopping site across two servers, one NON-ssl which handles all the adding to basket and has the database, and as soon as the user clicks "checkout" it transfers to a server that supports SSL (but which can't have a database)? My hosting ISP has seperate servers for standard and ssl space. It's not possible to host the entire site on the SSL server as it doesn't support mysql databases. Many thanks for any light you can shed on this. Regards Neil
The_ancient Posted July 9, 2004 Posted July 9, 2004 you have to have the Database in order to finish the order so no... I suggest switching ISP's
vasttech Posted July 9, 2004 Posted July 9, 2004 Yes, you can do this. You will need to set up the configure.php file to point to enable SSL and then point the appropriate lines there to the SSL server. People do this all the time here with shared SSL. You can search the forums for setting up shared SSL. osCommerce Knowledge Base osCommerce Documentation Contributions
vicpug Posted July 14, 2004 Posted July 14, 2004 Hi, I think it is best to have the ssl and non-ssl hosts to be the logical same box, otherwise you would need to duplicate the oscommerce environment on another server. You could have the other server pointing back to the real database, but this would mean that you would have raw SQL traffic between the two servers ( unless you ssl this as well , which is a new ball game ), which would defeat the purpose. I must admit the idea has some merit since some hosting shops give you a free shared ssl certificate. regards Vic Pug
Recommended Posts
Archived
This topic is now archived and is closed to further replies.