I wondering if anyone can help?
I have also purchased a dedicated SSL certificate from 1and1 and have tried to follow the steps as described above, (just for admin at the moment). When I now go to admin using Firefox I get the following error message;
This Connection is Untrusted
You have asked Firefox to connect
securely to https://www.mightcontainnuts.com, but we can't confirm that your connection is secure.
Normally, when you try to connect securely,
sites will present trusted identification to prove that you are
going to the right place. However, this site's identity can't be verified.
What Should I Do?
If you usually connect to this site without problems, this error could mean that someone is trying to impersonate the site, and you shouldn't continue.
Technical Details
https://www.mightcontainnuts.com uses an invalid security certificate.
The certificate is only valid for mightcontainnuts.com.
(Error code: ssl_error_bad_cert_domain)
Looking at the error message the different is the missing 'www'. However I am not sure how to fix this or even if the certificate has been set up correctly.
Here is the relavent section of my admin/includes/configure.php;
* 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://www.mightcontainnuts.com');
define('HTTPS_SERVER', 'https://www.mightcontainnuts.com');
define('HTTP_CATALOG_SERVER', 'https://www.mightcontainnuts.com');
define('HTTPS_CATALOG_SERVER', 'https://www.mightcontainnuts.com');
// Use secure webserver for catalog module and/or admin areas?
define('ENABLE_SSL_CATALOG', 'true');
define('ENABLE_SSL_ADMIN', 'true');
And lastly the site URL is;
www.mightcontainnuts.com/store
Any help much appreciated.
Barry.