Revision as of 10:37, June 22, 2018 by Peter Chaplin (talk | contribs) (Update with the copy of version: DRAFT900)
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
Comments or questions about this documentation? Contact us for support!
