Forced Http to redirect to Https failure - Cacti
Moderators: Developers, Moderators
-
- Posts: 6
- Joined: Wed Feb 24, 2021 8:29 pm
Forced Http to redirect to Https failure - Cacti
Good afternoon, I enabled the option in my cacti to force https connections and now I cannot access it, mark me ERR_CONNECTION_REFUSED, someone can guide me I will appreciate your help
Re: Forced Http to redirect to Https failure - Cacti
Do you properly have HTTPS enabled on your webserver? If not, you may have to edit the DB and change the setting back.
Code: Select all
UPDATE `settings` SET `value` = '' WHERE `name` = 'force_https';
-
- Posts: 6
- Joined: Wed Feb 24, 2021 8:29 pm
Re: Forced Http to redirect to Https failure - Cacti
I have checked the configuration again, including "global_settings.php, however it still does not accept https connections
force_https' => array (
'friendly_name' => __ ('Force Connections over HTTPS'),
'description' => __ ('When checked, any attempts to access Cacti will be redirected to HTTPS to ensure high security.'),
'default' => '',
'method' => 'checkbox',
),
I have disabled the firewalld and I still can't connect locally 127.0.0.1
force_https' => array (
'friendly_name' => __ ('Force Connections over HTTPS'),
'description' => __ ('When checked, any attempts to access Cacti will be redirected to HTTPS to ensure high security.'),
'default' => '',
'method' => 'checkbox',
),
I have disabled the firewalld and I still can't connect locally 127.0.0.1
- Attachments
-
- cacti3.PNG (24.15 KiB) Viewed 992 times
Re: Forced Http to redirect to Https failure - Cacti
You have to configure your WebServer (whatever it may be) to accept HTTPS and setup certs, that is not part of Cacti at all. There are about a billion sites on google that will teach you how to do that part.
-
- Posts: 6
- Joined: Wed Feb 24, 2021 8:29 pm
Re: Resolved Forced Http to redirect to Https failure - Cacti
Thank you very much it was resolved
- Attachments
-
- resolvhttps.PNG (103.41 KiB) Viewed 991 times
Who is online
Users browsing this forum: No registered users and 0 guests