我在Websphere Portal中导入xmlaccess时遇到问题,导致出现一些SSL异常错误。
无法连接到门户网站。 客户端上发生错误:无法与门户建立SSL连接。发生了SSLHandshakeException。
无论如何我可以通过Portal管理控制台导入它吗?
答案 0 :(得分:0)
是的,您可以通过门户网站管理导入xmlaccess文件:
管理>门户网站设置>导入XML
答案 1 :(得分:0)
除了管理员用户界面中已经提到的选项,您还可以定义xmlaccess客户端应使用的密钥和信任存储
xmlaccess.sh -user wpsadmin -password your_password -url https://portalhost:10035/wps/config/
-in $PortalHome/doc/xml-samples/ExportAllUsers.xml -out result.xml
-truststore $WASHome/profiles/wp_profile/etc/trust.p12
-trustpwd WebAS -trusttype PKCS12