https

Post general support questions here that do not specifically fall into the Linux or Windows categories.

Moderators: Developers, Moderators

Post Reply
patrisilva
Posts: 2
Joined: Mon Nov 06, 2017 1:27 pm

https

Post by patrisilva »

In settings I have changed the setting to redirect traffic from http to https, after that I am no longer able to access cacti.
How can I now revert that setting?
Thanks
netniV
Cacti Guru User
Posts: 3441
Joined: Sun Aug 27, 2017 12:05 am

Re: https

Post by netniV »

Assuming that you are on Linux, you need to login to your MySQL databsae and update the settings using the following query to turn the force off:
update settings set value = 'off' where name = 'force_https';

If you need to turn it on again and can't access the site it would be:
update settings set value = 'on' where name = 'force_https';

Alternatively, add the SSL setup to apache2 and then connect by ignoring the invalid self-cert certificate.
Cacti Developer & Release Manager
The Cacti Group

Director
BV IT Solutions Ltd

+--------------------------------------------------------------------------+

Cacti Resources:
Cacti Website (including releases)
Cacti Issues
Cacti Development Releases
Cacti Development Documentation
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests