SSL Certificate check on startup

The Trust1Connector can check the validity of the SSL certificates on startup. The Trust1Connector will validate if the local SSL certificates are up to date with those hosted in the Distribution Server.

If this is not the case it will download them to make sure the correct certificates are used before the Trust1Connector API is started.

If this fails due to connectivity issues with the Distribution service it will display this in the Log file.

This feature is enabeled for most users by default. For those where it is not enabled this can be overrule via the Launcher.

#MacOS
./t1c-launch --fix.ssl.direct

#Windows
t1c-launch.exe --fix.ssl.direct

Last updated