Accessing Config UI through HTTPS Transport
Procedure
-
Stop the GUI server (if running).
-
Open a command prompt window.
-
Navigate to the
ASG_HOME/bin directory.
-
Make a copy of the
asg-configui.tra file.
-
Using a text editor, edit the
asg-configui.tra file. To enable SSL, set the following properties:
java.property.com.tibco.asg.designtime.configui.launcher.secure=true
java.property.com.tibco.asg.designtime.configui.launcher.SSLEnabled=true
Note:
- 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.
-
Set the keystore configuration properties as explained in the
SSL Properties for HTTPs Transport table.
-
Save changes to the file.
Copyright © Cloud Software Group, Inc. All rights reserved.