-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Labels
Description
Code of Conduct
- I agree to follow this project's Code of Conduct
Is there an existing issue for this?
- I have searched the existing issues
Version
GLPI 10 and GLPI 11, both
Bug description
I am trying to move from my GLPI VM to a Dockerized GLPI over Azure Kubernetes. My database is SSL-enabled only, so clear text sessions are not allowed.
Inside the configuration file of my VM, I included these two lines:
public $dbssl = true;
public $dbsslca = '/opt/glpi/config/DigiCertGlobalRootCA.crt.pem';
The first one is to enable SSL and the second one is to refer the SSL CA needed for the connection (in my case, provided by Microsoft Azure).
When using the GLPI Docker image, there is no parameters for this kind of SSL connection, so it is useless in a secured environment because GLPI won't be able to connect to the database.
Relevant log output
Page URL
No response
Steps To reproduce
No response
Your GLPI setup information
No response
Anything else?
No response