I tried to install Social Login plugin on Opencart, everything seems to be fine, but when I try to register user, it redirects the page to ssl and since I don't have ssl installed on my website, it ends up on a Secure Connection Failed page.
Hi, In your Opencart root directory, you can edit the file config.php, and change what is defined for: define('HTTPS_SERVER'...to a URL without https, or (if set below the define('HTTP_SERVER'): define('HTTPS_SERVER', HTTP_SERVER);
Answers
In your Opencart root directory, you can edit the file config.php, and change what is defined for:
define('HTTPS_SERVER'...
to a URL without https, or (if set below the define('HTTP_SERVER'):define('HTTPS_SERVER', HTTP_SERVER);
Regards