- Edited
I need to disable the force HTTPS option in system setup, is there a way to do this ?
UPDATE ost_config SET value = '' WHERE key = 'force_https';
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'key = 'force_https'' at line 1
Resolved
I am running VM Ubuntu server 20.04, The resolution is to enable SSL self sign
https://www.rosehosting.com/blog/how-to-enable-https-protocol-with-apache-2-on-ubuntu-20-04/
on this platform once you complete it and check its loaded --sudo apache2ctl -t
Syntax OK
you are back in service !!!!!!!!!!!!!!!