Hello, I am getting ERR_CERT_DATE_INVALID error while trying to connect via facebook login on mobile phones. Site adress: http://www.onmoda.com/ Button place: Checkout Page
you get this error because you have enabled HTTPS in OpenCart but your website does not support https. You can test it by opening this link: https://www.onmoda.com/
You need to disable HTTPS in OpenCart if you don't have a valid SSL certificate.
1) Open the root folder of your OpenCart installation. 2) Open the file config.php 3) Look for a line with HTTPS_SERVER and replace https:// by http:// 4) Open the file admin/config.php 5) Look for a line with HTTPS_SERVER and replace https:// by http://
An even better solution would be to install a valid SSL certificate for your shop.
Answers
you get this error because you have enabled HTTPS in OpenCart but your website does not support https.
You can test it by opening this link: https://www.onmoda.com/
You need to disable HTTPS in OpenCart if you don't have a valid SSL certificate.
1) Open the root folder of your OpenCart installation.
2) Open the file config.php
3) Look for a line with HTTPS_SERVER and replace https:// by http://
4) Open the file admin/config.php
5) Look for a line with HTTPS_SERVER and replace https:// by http://
An even better solution would be to install a valid SSL certificate for your shop.