Previous Topic: HTTPS Ports for SSL Connections

Next Topic: Configure HTTP Header Operation

Avoid Overriding the HTTPS Ports Configuration

You may have configured the HTTPSPorts parameter to specify ports for SSL connections to the SAML Affiliate Agent. To ensure that the value of the HTTPSPorts parameter is not overwritten, set the NonSSLInterceptorURL parameter.

Set this parameter with a value similar to the SSLInterceptorURL parameter, however, this parameter must start with http and the port specified will serve as the non-SSL port, such as port 80.

Example

If the SSLInterceptorURL parameter is set to:

<SSLInterceptorURL>https://2k3.clearcase.com:443/smafa/amts/test1.htm</SSLInterceptorURL>

the NonSSLInterceptorURL parameter should be set to:

<NonSSLInterceptorURL>http://2k3.clearcase.com:80/smafa/amts/test1.htm</NonSSLInterceptorURL>

Important! You must specify a port number with each of these parameters.