Firstly thanks for what looks to be a great product!
My info,
osCommerce 2.2-MS2
PHP Version 4.2.3
hosted by 1&1.
I've read through the install guides, and searched through the forums, and I think I have a handle on the two config files. After some tweaking here and there I think I even have my ssl setup right.
But I'm a little bit paranoid and anxious as I'm learning something new. If some one could take the time to read the rest of this post, and put my mind at ease, I'd be a truly happy camper.
Onward...
The install went very smooth. Impressive! After making the required chmod's, I pointed my browser at the /install dir and filled in the blanks. Everyting was successfull.
A couple of things I noticed after chmoding again was a prob with my SSL cert. the names not matching etc.
Closer inspection I saw that the 2 config files were missing the www.
So I took a brave pill and changed them.
catalog config
define('HTTP_SERVER', 'http://www.tropicalstitches.com');
define('HTTPS_SERVER', 'https://www.tropicalstitches.com');
define('ENABLE_SSL', true); // secure webserver for checkout procedure?
Seems to be fine, & no more warnings that the cert names don't match.
The other thing that I noticed was when I went into admin, I would start off in ssl, but if I clicked on a link I would go back to regular http.
Poping another brave pill, I made changes adding the www's and changing all the http to https
catalog admin config
define('HTTP_SERVER', 'https://www.tropicalstitches.com');
define('HTTP_CATALOG_SERVER', 'https://www.tropicalstitches.com');
define('HTTPS_CATALOG_SERVER', 'https://www.tropicalstitches.com');
define('ENABLE_SSL_CATALOG', 'true');
Seems to have fixed it.
Is all this ok?
One last thing, is there a way to make my admin page go automatically to https
Thanks, and sorry for the long winded question.





LinkBack URL
About LinkBacks








Bookmarks