1. Home
  2. Knowledge Base
  3. Articles (EN/ES/FR)
  4. Pandora FMS configuration with HTTPS

Pandora FMS configuration with HTTPS

To configure pandora console using SSL certificates you will need to have your own certificates created (.crt , .key). The use of self-signed certificates is not recommended because of its insecurity.

We will go on to configure the Apache service that serves the web console, the steps to follow are (assuming the certificates are in /etc/httpd/ssl/):

sudo nano /etc/httpd/conf.d/ssl.conf
Listen 443 https
SSLCertificateFile /etc/httpd/ssl/apache.crt

SSLCertificateKeyFile /etc/httpd/ssl/apache.key

sudo service httpd restart

To force all console traffic to go through SSL you will need to activate the Enforce https token in Setup -> General Setup. If you have a problem and cannot enter the web console you can disable this token with the following query in the MySQL CLI:

UPDATE tconfig SET `value` = 0 WHERE `token` = 'https';"
Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support