Environment (Required on creation): Windows / Linux
Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket):
Cannot connect to a DB server (PostgreSQL 11.12 in this case) with SSL. With camunda-bpm-platform:tomcat-7.16.0 image, this is possible by attaching "?ssl=true" at the end of the DB URL. It's not possible with tomcat-7.17.0. The error log complains about missing SSL libraries.
Steps to reproduce (Required on creation):
Try to use a database with SSL connection by addng "?ssl=true" at the end of the DB URL.
Observed Behavior (Required on creation):
Cannot connect to the database. The image fails to start.
Expected behavior (Required on creation):
Run normally.
Root Cause (Required on prioritization):
SSL libraries missing in the new docker image.