要设置 SSL 重定向,请在 Web 应用程序服务器上启用 SSL,设置引导首选项,更新基本 URL,然后注销。
选项 | 描述 |
---|---|
WebSphere Application Server | WAS_HOME/profiles/default/installedApps/node_name/WorkplaceXT.ear/web_client.war |
JBoss Application Server | 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>
请在“SSL 主机”条目中使用 Workplace XT 服务器的 IP 地址。
有关更多信息,请参阅在第一次登录时设置引导属性。
有关更多信息,请参阅以下 IBM FileNet P8 帮助主题:用户帮助 > 操作、首选项和工具 > 站点首选项 > 刷新首选项。
登录将重定向到启用了 SSL 的端口,完成登录之后又会重定向回到未启用 SSL 的端口。除非您已关闭此对话框,否则会显示一条警告,指出您正在通过安全连接来访问页面,然后 Workplace XT 将打开。