Error when accessing Prestashop admin panel

Started by richardb, May 11, 2016, 07:49:18 PM

Previous topic - Next topic

richardb

Hey Guys. I installed prestashop on one of my domain. When using the SSL URL for accessing admin panel, it shows error as below.

QuoteThe information you have entered on this page will be sent over an insecure connection and could be read by a third party.

Are you sure you want to send this information?

Do you guys have solution on this.

Richard.

Rahul Sambre

#1
Hi richardb,

You can simply edit the file "system/config/admin.php" via vi or vim editor and search for below line.

Quote
$_['site_ssl'] = false;

Replace "false" with "true" like below and save the file.

Quote$_['site_ssl'] = true;

That's all.  :)