Accessing Config UI through HTTPS Transport
- Procedure
- Stop the GUI server (if running).
- Open a command prompt window.
- Navigate to the
ASG_HOME/
bindirectory. - Make a copy of the
asg-configui.trafile. - Using a text editor, edit the
asg-configui.trafile. To enable SSL, set the following properties:java.property.com.tibco.asg.designtime.configui.launcher.secure=truejava.property.com.tibco.asg.designtime.configui.launcher.SSLEnabled=trueNote:- To enable SSL, both properties should be set to
true. - To disable SSL, both properties should be set to
false. - TIBCO API Exchange Gateway supports one-way and two-way (mutual) SSL to access Config UI using HTTPs transport.
- To enable SSL, both properties should be set to
- Set the keystore configuration properties as explained in the SSL Properties for HTTPs Transport table.
- Save changes to the file.
Subtopics