Connections to keycloak and to the backend itself using https leads to certificate verification errors in the test environment, because the domain certificate's issuing certificate is not part of the base docker image ssl certificates.
Current workaround is to mount a custom trust store containing all necessary ca certificates and injecting it into the jvm by adding the environment variable JDK_JAVA_OPTIONS to the backend environment in the docker-compose.yml:
Connections to keycloak and to the backend itself using https leads to certificate verification errors in the test environment, because the domain certificate's issuing certificate is not part of the base docker image ssl certificates.
Current workaround is to mount a custom trust store containing all necessary ca certificates and injecting it into the jvm by adding the environment variable
JDK_JAVA_OPTIONS
to the backend environment in thedocker-compose.yml
: