Forums
SSL - HTTPS keeps reverting to HTTP
Hi Velexia,
When you say ChronoForm is reverting what exactly do you see happening?
ChronoForms should just reflect the http/https status of the calling URL.
Bob
When you say ChronoForm is reverting what exactly do you see happening?
ChronoForms should just reflect the http/https status of the calling URL.
Bob
Hi Velexia,
Please check your configuration.php file (for your joomla installation), and look for the $live_site directive. If set, this will unfortunately override CF's detection whether the form was accessed through HTTP or HTTPS (or which URL if you have multiple domainnames pointing to the same joomla site), and be used instead.
You could still set a submit URL manually to use HTTPS, though you'll still get warnings about unsecure content on the page (javascripts and stylesheets included by CF will still use the $live_site path, if set). The best solution is to not use the $live_site setting unless absolutely needed by some legacy component/module/plugin.
/Fredrik
Please check your configuration.php file (for your joomla installation), and look for the $live_site directive. If set, this will unfortunately override CF's detection whether the form was accessed through HTTP or HTTPS (or which URL if you have multiple domainnames pointing to the same joomla site), and be used instead.
You could still set a submit URL manually to use HTTPS, though you'll still get warnings about unsecure content on the page (javascripts and stylesheets included by CF will still use the $live_site path, if set). The best solution is to not use the $live_site setting unless absolutely needed by some legacy component/module/plugin.
/Fredrik
This topic is locked and no more replies can be posted.