简体   繁体   English

在Websphere Liberty中配置多个出站SSL设置?

[英]Configure multiple outbound SSL setting in Websphere Liberty?

We're migrating from WAS 8.5.5.2 to Liberty and currently we have set up 3 "Dynamic outbound endpoint SSL configurations". 我们正在从WAS 8.5.5.2迁移到Liberty,当前我们已经设置了3个“动态出站端点SSL配置”。 Below is masked data but shows the extract from security.xml: 以下是屏蔽的数据,但显示了来自security.xml的摘录:

<dynamicSSLConfigSelections
    xmi:id="DynamicSSLConfigSelection_1111222333444"
    name="Client3CertSSLSettings"
    description="SSL Settings for client 3"
    dynamicSelectionInfo="*,wss.microso.net,443"
    certificateAlias="qa_sha2"
    sslConfig="SSLConfig_1"
    managementScope="ManagementScope_1"/>
<dynamicSSLConfigSelections
    xmi:id="DynamicSSLConfigSelection_1111222333555"
    name="Client1CertSSLSettings"
    description="SSL Settings for client 1"
    dynamicSelectionInfo="*,qa1.dummysite.net,*|*,qa2.dummysite.net,*|*,qa3.dummysite.net,*"
    certificateAlias="client1_qa"
    sslConfig="SSLConfig_1"
    managementScope="ManagementScope_1"/>
<dynamicSSLConfigSelections
    xmi:id="DynamicSSLConfigSelection_1111222333666"
    name="Client2CertSSLSettings"
    description="SSL client certificate Settings for client 2"
    dynamicSelectionInfo="*,ws.website.biz,443"
    sslConfig="SSLConfig_1"
    managementScope="ManagementScope_1"/>

It seems from IBM docs, they only allow one entry of outboundSSLRef in the . 从IBM文档看来,它们只允许在其中一个outboundSSLRef条目。

Is it possible to configure multiple outbound SSL settings in websphere liberty? 是否可以在Websphere自由中配置多个出站SSL设置? How can we translate this to the Liberty format? 我们如何将其转换为Liberty格式?


IBM docs researched: https://www.ibm.com/support/knowledgecenter/en/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/twlp_config_ssl_outbound.html IBM文档研究过: https : //www.ibm.com/support/knowledgecenter/en/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/twlp_config_ssl_outbound.html

https://www.ibm.com/support/knowledgecenter/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/rwlp_liberty_ssl_defaults.html https://www.ibm.com/support/knowledgecenter/was_beta_liberty/com.ibm.websphere.wlp.nd.multiplatform.doc/ae/rwlp_liberty_ssl_defaults.html

目前,仅支持1个出站SSL配置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 用于出站连接的SSL配置在websphere-liberty 17.0.0.2中不起作用 - SSL config for outbound connections doesn't work in websphere-liberty 17.0.0.2 在 Websphere Liberty 中设置 2 路 ssl 身份验证并验证它 - Setup 2 way ssl authentication in Websphere Liberty and verify it Websphere Application Server中什么是入站和出站SSL - what is inbound and outbound SSL in Websphere Application server Websphere Liberty- java.lang.NoClassDefFoundError:com.ibm.websphere.ssl.SSLException - Websphere Liberty- java.lang.NoClassDefFoundError: com.ibm.websphere.ssl.SSLException 如何为WebSphere CE配置SSL服务器认证? - How to configure SSL server authentication for WebSphere CE? 在Websphere App Server和Websphere MQ之间配置SSL - Configure SSL between Websphere App Server and Websphere MQ WebSphere多SSL版本支持 - WebSphere Multiple SSL Version Support 在WebSphere Liberty中重新加载信任库 - Reload truststore in WebSphere Liberty Websphere自由配置文件-从JAXWS客户端调用SSL SOAP Web服务时发生NullPointerException-信任库设置 - Websphere Liberty Profile - NullPointerException when calling a SSL SOAP Web Service from a JAXWS Client - Truststore setup 如何在Websphere Application Server Liberal v。8.5.5.0中生成新的SSL证书 - how to generate new SSL certificate in websphere application server liberty v. 8.5.5.0
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM