Open h0jeZvgoxFepBQ2C opened 2 weeks ago
Headwind MDM uses a Tomcat web server which also requires keys for HTTPS. This issue is not related to the PostgreSQL location.
There are two ways to fix the issue.
Provide Headwind MDM with the path to HTTPS keys (set HTTPS_LETSENCRYPT=false, and configure HTTPS_CERT, HTTPS_FULLCHAIN, HTTPS_PRIVKEY)
Use HTTP on Tomcat instead of HTTPS (Tomcat works on port 8080). Set PROTOCOL=http
Oh ok I see, thank you! ❤️
Is there a documentation somewhere to read about the settings which you mentioned?
Not yet... You can refer to .env.example and other Docker files in this repository: https://github.com/h-mdm/hmdm-docker
It seems that the issue with the SSL certificate was fixed by PROTOCOL=http, but I still get now:
2024-10-21T12:58:49.988390402Z grep: /usr/local/tomcat/work/init1.sql: No such file or directory
2024-10-21T12:58:49.990414416Z cat: /usr/local/tomcat/work/init1.sql: No such file or directory
2024-10-21T12:58:49.992455253Z rm: cannot remove '/usr/local/tomcat/work/init1.sql': No such file or directory
leads to?