Skip to main content
Solved

Configure SSL certificate on centos7 for Centreon

  • September 12, 2022
  • 2 replies
  • 612 views

Forum|alt.badge.img+2

Hello,

 

am trying to configure ssl secure connexion for centreon plateforme.

all changes are done on the file:

/opt/rh/httpd24/root/etc/httpd/conf.d/10-centreon.conf

 

i followed the guide:

Secure your platform | Centreon Documentation

 

but when restarting httpd24-http i have error bellow:

 

 

Syntax error on line 16 of /opt/rh/httpd24/root/etc/httpd/conf.d/10-centreon.conf:
Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration

Best answer by sims24

Hi, 

 

Did you correctly install necessary apache modules? 

 

> yum install httpd24-mod_ssl httpd24-mod_security openssl

2 replies

sims24
Forum|alt.badge.img+19
  • Ranger ***
  • Answer
  • September 13, 2022

Hi, 

 

Did you correctly install necessary apache modules? 

 

> yum install httpd24-mod_ssl httpd24-mod_security openssl


Forum|alt.badge.img+2
  • Author
  • Steward *
  • September 13, 2022

hi,

many thanks.

it solved my issue.