Skip to content

Fix SSL certs

Imre Toth requested to merge CE-2729_Fix_SSL_certs into develop

This solution fixes the SSL cert error, because the new Java version/new Tomcat use different directory structure, and the certs were not linked to the correct place (as it was before).

This solution goes against what Anders Harrison suggested - to make modification in the playbook - I prefer this one more (and it doesn't need any new release).

Tested on DEMO environment.

Previously the server could not communicate with Prometheus, and RBAC (and any other system that had ESS signed SSL cert). If you want to test the branch, that are the most visible/obvious to check!

In order to not to block anyone from logging in and have other REST API calls - you can merge it before I arrive back from holidays - if this solution is acceptable!

The login (RBAC) is blocked by the Java version update (which is already on the develop branch, because it blocked Domonkos)

Merge request reports