I am not able to edit my modules...here is the message:
ALERT: For security reasons, Editing of this module is disabled until your Admin is configured for SSL.
Remove Module
I have looked at my admin->configure.php and my other configure.php and they both appear to be okay...
I have a dedicated SSL...what am I missing?
Here is a clip from my admin->includes/configure.php:
define('HTTP_SERVER', 'http://mysite.com');
define('HTTPS_SERVER', 'https://mysite.com');
define('HTTP_CATALOG_SERVER', 'http://mysite.com');
define('HTTPS_CATALOG_SERVER', 'https://mysite.com');
// secure webserver for admin? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_ADMIN', 'true');
// secure webserver for storefront? Valid choices are 'true' or 'false' (including quotes).
define('ENABLE_SSL_CATALOG', 'true');
Here is a clip from my other includes/configure.php file:
// 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://mysite.com');
define('HTTPS_SERVER', 'https://mysite.com');
// Use secure webserver for checkout procedure?
define('ENABLE_SSL', 'true');
Everything else seems to work fine. I just can't do any edits in the modules if SSL is needed...it is not recognized as installed.
Thx
Keith


Reply With Quote
