Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

10. Settings: Connector Deploy Modes

Tim Berthold edited this page Jul 28, 2021 · 3 revisions

In your configuration, two different Connector deploy modes can be set: PRODUCTIVE_DEPLOYMENT and TEST_DEPLOYMENT. This setting has some impact on the behavior of the connector. The affected settings are listed in the table below:

PRODUCTIVE_DEPLOYMENT TEST_DEPLOYMENT
ClientProvider Use Trustmanager as trust anchor for HTTP Client. Trust all SSL certificates (for simple use of selfsigned test certificates).
TokenManagerService Abort sending Messages, when no valid DAT can be received. Send messages even without valid DAT.
IdsHttpService Check DAT of HTTP responses, reject when no valid DAT is provided. Accept all incoming Responses even without valid DAT.
MessageDispatcher Reject all incoming HTTP requests without a valid DAT. Accept all incoming Requests even without a valid DAT.
Clone this wiki locally