History Node connections
REST server
- Open GAX -> Applications -> <iWD History Node app> -> ports -> admin .
- Change it to Secured listening mode.
- Fill Certificate and Trusted CA fields with JKS keystore and truststore files.
- Add Transport parameters tls-mutual=1, keystore-password, truststore-password, provider=JKS. The final string should look like this:
- tls=1;certificate=/genesys/TLS/keystore.jks;trusted-ca=/genesys/TLS/truststore.jks;keystore-password=KSPASSWD;truststore-password=TSPASSWD;tls-mutual=1;provider=JKS
- Open GAX -> Applications -> <iWD History Node app> -> ports -> default .
- Change it to Secured listening mode.
- Fill Certificate and Trusted CA fields with JKS keystore and truststore files.
- Add Transport parameters tls-mutual=1, keystore-password, truststore-password, provider=JKS. The final string should look like this:
- tls=1;certificate=/genesys/TLS/keystore.jks;trusted-ca=/genesys/TLS/truststore.jks;keystore-password=KSPASSWD;truststore-password=TSPASSWD;tls-mutual=1;provider=JKS
JMS client
- Open GAX -> Applications -> <iWD History Node app> -> connections.
- Find a DAP which History Node uses to connect to ActiveMQ.
- Open the DAPs Application Options and set the following:
- logger-settings / jms-initial-context-factory = org.apache.activemq.jndi.ActiveMQSslInitialContextFactory
- logger-settings / jms-provider-url = ssl://<activemq hostname>:61617
Kafka consumer
- Open GAX -> Applications -> <iWD History Node app> -> connections.
- Find a DAP which History Node uses to connect to Kafka Event Logger.
- You can choose one of two configuration methods:
- Via standard Kafka options.
- Open the DAP's Application Options and modify the following sections:
- [consumer-options] section
- Add in this section the Kafka consumer TLS configuration options in accordance with the official Apache Kafka documentation.
- [kafka-settings] section
- Check that the servers property has a TLS protected port and the hostname is fully qualified.
- [consumer-options] section
- Open the DAP's Application Options and modify the following sections:
- Via iWD History Node Connection parameters:
- Make sure that connection to Kafka Event Logger DAP uses a secured port.
- Add Transport parameters tls-mutual=1, keystore-password, truststore-password, provider=JKS. The final string should look like this:
- tls=1;certificate=/genesys/TLS/keystore.jks;trusted-ca=/genesys/TLS/truststore.jks;keystore-password=KSPASSWD;truststore-password=TSPASSWD;tls-mutual=1;provider=JKS
- Via standard Kafka options.
This page was last edited on June 30, 2020, at 16:12.
Comments or questions about this documentation? Contact us for support!