You only get Secure pages when you need them - The whole store is not supposed to run SSL.
You only get Secure pages when you need them - The whole store is not supposed to run SSL.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
goy it! Thanks!
Ok so setup the ssl on the includes/configure.php:
// Define the webserver and path parameters
// HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
// HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
define('HTTP_SERVER', 'http://www.blackflameclothing.com');
define('HTTPS_SERVER', 'https://www.blackflameclothing.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
and the password and login are in there as well
Plus I setup admin/includes/configure.php:
define('HTTP_SERVER', 'http://www.blackflameclothing.com');
define('HTTPS_SERVER', 'https://www.blackflameclothing.com');
define('HTTP_CATALOG_SERVER', 'http://www.blackflameclothing.com');
define('HTTPS_CATALOG_SERVER', 'https://www.blackflameclothing.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
with the same login and password, but now I can't login!!!!!
Secure Connection Failed
blackflameclothing.com uses an invalid security certificate.
The certificate is not trusted because the issuer certificate is unknown.
(Error code: sec_error_unknown_issuer)
* This could be a problem with the server's configuration, or it could be someone trying to impersonate the server.
* If you have connected to this server successfully in the past, the error may be temporary, and you can try again later.
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.
hmmmm that is weird. The owner bought the SSL from Register.com and then we had it installed on networksolutions.com (the hosting company)? Is it possible that they did not install it correctly?
Also all long should I wait to try again?
I believe I already aconnected to it once before!
Thanks Kim!
Also when I go to the site: https://www.blackflameclothing.com/catalog
It asks me if I want to go over to a secure connection?
Oh dear, bad news - You need to find a new host.networksolutions.com
Please do not PM for support issues: a private solution doesn't benefit the community.
Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.