Sorry, yup you were right. Somehow my FTP program cached my changes to the includes/configure.php file so they looked they changed but weren't. So the checkout is working, but the admin login page is still unencrypted - is there any way to fix that?
Sorry, yup you were right. Somehow my FTP program cached my changes to the includes/configure.php file so they looked they changed but weren't. So the checkout is working, but the admin login page is still unencrypted - is there any way to fix that?
same way ... there's an admin/includes/configure.php file
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Okay, I triple checked and this is what I changed on the admin/includes/configure.php file:
* If you desire your *entire* admin to be SSL-protected, make sure you use a "https:" URL for all 4 of the following:
*/
define('HTTP_SERVER', 'https://kernroadfarm.com');
define('HTTPS_SERVER', 'https://kernroadfarm.com');
define('HTTP_CATALOG_SERVER', 'https://kernroadfarm.com');
define('HTTPS_CATALOG_SERVER', 'https://kernroadfarm.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
It logs onto the admin site in SSL, but I can just take the s out of https:// and I can still mess with the admin side. Is there anything else to change?
It's working as presently designed.
On almost any website you'll be able to take the "s" out of "https" and access the site. In some cases it will auto-switch you back to https immediately, or it will deny access if the host has set up certain .htaccess rewrite rules.
With Zen Cart, if you get into the page as non-https, then as soon as you click on a link or submit a form, it will force it back into https so that everything you've submitted is protected. (This all assumes you've used https on all the URLs in your admin configure.php file.)
If you want finer control than that, you'll have to get creative with .htaccess rewrite rules.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Okay, I thought I could get the actual admin login page to go into SSL mode but it really isn't a big deal. Thanks for all the help guys!!
The actual admin login page does operate in SSL mode.
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.