如果要設定 SSL 重新導向,請在 Web 應用程式伺服器上啟用 SSL,設定您的引導喜好設定,更新基本 URL,然後登出。
選項 | 敘述 |
---|---|
WebSphere Application Server | WAS_HOME/profiles/default/installedApps/node_name/WorkplaceXT.ear/web_client.war |
JBoss 應用程式伺服器 | JBOSS_HOME/server/server_name/deploy/application_name.war 或 .ear |
從
<security-constraint>
<web-resource-collection>
<web-resource-name>action</web-resource-name>
<description>Define the container secured resource</description>
<url-pattern>/</url-pattern>
<url-pattern>/*</url-pattern> </web-resource-collection> <auth-constraint>
<role-name>All Authenticated</role-name>
</auth-constraint> <user-data-constraint>
<description>User data constraints</description>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
</security-constraint>
變更為
<security-constraint>
<web-resource-collection>
<web-resource-name>action</web-resource-name>
<description>Define the container secured resource</description>
<url-pattern>/ ContainerLogin.jsp </url-pattern>
</web-resource-collection> <auth-constraint>
<role-name>All Authenticated</role-name>
</auth-constraint> <user-data-constraint>
<description>User data constraints</description>
<transport-guarantee> CONFIDENTIAL </transport-guarantee>
</user-data-constraint>
</security-constraint>
<url-pattern>/*</url-pattern>
<user-data-constraint>
<description>User data constraints</description>
<transport-guarantee>NONE</transport-guarantee>
</user-data-constraint>
變更為
<user-data-constraint>
<description>User data constraints</description>
<transport-guarantee>CONFIDENTIAL</transport-guarantee>
</user-data-constraint>
使用 Workplace XT 伺服器 IP 位址,來作為「SSL 主機」項目。
如需相關資訊,請參閱在第一次登入時設定引導內容。
如需相關資訊,請參閱 IBM FileNet P8 說明主題使用者說明 > 動作、喜好設定和工具 > 網站喜好設定 > 重新整理喜好設定。
登入會重新導向到啟用 SSL 的埠,並在登入完成之後,回到未啟用 SSL 的埠。除非您關閉警告對話框,否則,畫面上會出現一則警告,告知您正在透過安全的連線來存取頁面,之後 Workplace XT 便會開啟。