|
| Copyright © TIBCO Software Inc. All Rights Reserved |
For information on enabling HTTPS on the API Exchange Gateway, see “Enable Facade HTTPs Transport” in Chapter 4 of the TIBCO API Exchange Gateway User’s Guide.
2. Edit the asg-portal.properties file on the host where the API Exchange Manager component is running to ensure that the Developer Portal runs over SSL.For information on this task, see Task E, Edit the asg_portal.properties File to Specify SSL Settings.Task B Set up Apache to Run on SSL
2.
3. Edit the httpd-ssl.conf file and ensure that it contains the following lines:Edit the httpd.conf file and make sure the following settings are specified:
2. Uncomment the lines that point to the httpd-ssl.conf file:
Make sure that the API Exchange Gateway component is configured to run on SSL. See “Enable Facade HTTPs Transport” in Chapter 4 of the TIBCO API Exchange Gateway User’s Guide.
2. Select System > Global Configuration.
3. Click the Server tab.
4. From the pull-down menu for Force SSL, select Entire Site.
5. Click Save.
1. Go to the <directory path for asg_portal.properties file> directory.
2. Edit the asg_portal.properties file.
3. Locate the section that is labelled #Facade HTTPS Channel.For detailed information, see the section on “Connection Parameters for HTTPs Channel (Facade)” in Table 15, “Core Engine Properties” in Chapter 3 of the TIBCO API Exchange Gateway User’s Guide, “Core Engine Configuration.”https:/asg.portal.engine.swagger.spec.url.prefix = https://<portal_engine_hostname>/joomla/uploads/swaggerSpecs/
8. Save the asg_portal.properties file.
1. Import the certificates used by Joomla into the <TIBCO_HOME>/tibcojre64/1.7.0/lib/security/cacerts keystore so that the portal engine trusts the certificate presented by Joomlakeytool -import -keystore %jre_home%\lib\security\cacerts -alias <alias_name> -file <your_cert_file>where alias_name is the name of the SSL alias and your_cert_file is the filename of your certificate file.
a. Make sure that you check the SSL check box under the Basepath field.
b. If you choose Yes for the Managed by Gateway setting, then select Yes for the SSL Enabled selection, and specify an HTTPS URL for the Management URL.
2. After you save the environment, then when you create a gateway for the environment on the Create New Gateway page, check the SSL check box under the Management URL field.
|
| Copyright © TIBCO Software Inc. All Rights Reserved |