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.
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.
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" >