exadel-inc / exadel-inc/CompreFace
Connection to a ssl protected database
- Dominant language
- Java
- Stars
- 8.3k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
i have the following configuration, with compreface run via docker-compse and an Azure Postgres server.
When running as single-container it somewhat went running, but only changing my profile did work, while every other action, like accessing an applicatoin resultet in a 502 bad gateway. So i ran them as multi-container solution, with the compre-api always crashing.
In the logs i did find this

So i tried to set ssl settings via the conenction string, but that resulted jsut in the folowing

So finally i disabled ssl on the database server, and everything working fine. But running the connection unecrypted can't really be the solution, so I am wondering, if there is a way to configure compreface to use ssl with the database.
Contributor guide
Assessment
This issue has not been assessed yet.