Websphere portal 在WebSpherePortal中导入xmlaccess时遇到问题

Websphere portal 在WebSpherePortal中导入xmlaccess时遇到问题,websphere-portal,Websphere Portal,我在WebSpherePortal中导入xmlaccess时遇到问题,出现了一些SSL异常错误 无法连接到门户。 客户端上发生错误:无法建立到门户的SSL连接。发生SSLHandshakeException 我是否可以通过门户管理控制台导入它?是的,您可以通过门户管理导入xmlaccess文件: 管理>门户设置>导入XML除了管理用户界面中已经提到的选项外,您还可以定义xmlaccess客户端应该使用的密钥和信任存储 xmlaccess.sh -user wpsadmin -password y

我在WebSpherePortal中导入xmlaccess时遇到问题,出现了一些SSL异常错误

无法连接到门户。 客户端上发生错误:无法建立到门户的SSL连接。发生SSLHandshakeException


我是否可以通过门户管理控制台导入它?

是的,您可以通过门户管理导入xmlaccess文件:


管理>门户设置>导入XML

除了管理用户界面中已经提到的选项外,您还可以定义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