VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: smooky1988 on May 06, 2014, 20:40:27 PM

Title: SSL disabled via MYSQL
Post by: smooky1988 on May 06, 2014, 20:40:27 PM
Hello,

i enabled "forced" SSL in the admin panel. But my page did not load with httpS://... So i want to disabled ssl. But i can't open the admin panel. Where can i disable SSL? I want to disabled in mysql, but i didn't find the id for ssl.

BG
smooky
Title: Re: SSL disabled via MYSQL
Post by: jenkinhill on May 06, 2014, 20:54:42 PM
You mean you did it in Joomla? Not a VirtueMart problem then........

Use ftp to download configuration.php from the Joomla root directory and open the file in a plain text editor, such as NoteTab.
Look for.
public $force_ssl = '1';   

Change it to
public $force_ssl = '0';

Upload the edited file and all should work again.