Accessing Config UI through HTTPS Transport

Procedure

  1. Stop the GUI server (if running).
  2. Open a command prompt window.
  3. Navigate to the ASG_HOME/bin directory.
  4. Make a copy of the asg-configui.tra file.
  5. 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.
  6. Set the keystore configuration properties as explained in the SSL Properties for HTTPs Transport table.
  7. Save changes to the file.