This page was last edited on June 22, 2018, at 10:37.
Comments or questions about this documentation? Contact us for support!
iWD follows the common Genesys approach and recommends using Host-level configuration with PEM-files on Linux and Windows certificates on Windows for all PSDK connections, REST clients and JMS client. For REST servers, Connection-level configuration with JKS-files is recommended. For JDBC clients the recommended way is to use JKS files and configure connection via JVM options.
Please find more information about certificates here.
To configure SSL in ActiveMQ, please refer to the vendor's ActiveMQ documentation.
The following is an example of how you might configure SSL for ActiveMQ.
<transportConnectors> ... <transportConnector name="ssl" uri="ssl://0.0.0.0:61617?trace=true&needClientAuth=true"/> ... </transportConnectors> <sslContext> <sslContext keyStore="file:${activemq.base}/conf/keystore.jks" keyStorePassword="YourKeyStorePassword" trustStore="file:${activemq.base}/conf/truststore.jks" trustStorePassword="YourTrustStorePassword" /> </sslContext>
Please read the Configuring database connections topic.
For the Windows certificates installation procedure please see the Windows certificates topic.
Configure the auto-upgrade port as described in Securing core framework connections topic.
Configure secured ports as described here.
If you start receiving ESP Server is not connected interaction errors and tasks, do the following: