Additional considerations for configuring secure web pages

This section describes additional steps required to set up secure Web logon if your users access OpenText PPM using Internet Explorer (IE) 9.0, or if you have PPM Servers running on AIX.

Enable Transport Layer Security on Internet Explorer 9.0

Make sure that users who access OpenText PPM using Internet Explorer (IE) 9.0 enable Transport Layer Security (TLS) on their browsers. (On the Advanced tab of the Internet Options dialog box, select the Use TLS 1.0 checkbox.)

Note: TLS is enabled by default in 9.0.

Edit the server.xsl File (AIX Only)

If you have PPM Servers running on AIX, open the server.xsl file, and add algorithm="IbmX509" to it, as follows:

<Connector enableLookups="true" SSLEnabled="true" acceptCount="10" debug="0" scheme="https" secure="true" clientAuth="false" algorithm="IbmX509" >