Designing and Implementing Business Process Models : Working with Software AG Designer : Tips for Working with Software AG Designer : Configuring SSL Connections in Designer
Configuring SSL Connections in Designer
Use the following procedure to configure a Secure Sockets Layer (SSL) connection in Software AG Designer.
For more information about Java SSL configurations, see the JSSE Reference Guide in the Java SE documentation.
To configure an SSL connection
1. Locate the following file in your Designer installation:
Software AG_directory \Designer\eclipse\configuration\config.ini
2. Open the file in a text editor.
3. Add the following lines to the file:
*javax.net.ssl.trustStore=truststore file path
where truststore file path is the path to the server truststore in your file system. For example:
javax.net.ssl.trustStore=C\:\\keystore\\localhost.jks
Note:  
Be sure to use the correct separators when specifying the path to the truststore file. For example: C\:\\
*javax.net.ssl.trustStoreType=truststore file type
where truststore file type is the type of truststore file that the server supports. For example:
javax.net.ssl.trustStoreType=JKS
4. Save the file and restart Designer.
Copyright © 2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback