websphereFindTransport: Nosecure transports available

遇到WebSphere Application Server 8.5.5在配置HTTPS时出现错误,文章详细介绍了问题原因及两种解决方案,包括修改plugin-cfg.xml文件和删除特定配置段落。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Case:

今天在 setup HTTPS 过程中,碰到这个Error. 

问题就出在WAS8.5.5跟之前版本的行为不一样。

 

If you have secure and insecure transports defined, and a secure transport cannot be obtained due to a system failure, the web server plug-in uses an insecure transport. This is the default behavior. This behavior changed in WebSphere Application Server 8.5.5.

If a system failure occurs when attempting a secure connection, and there is an insecure transport, the web server plug-in does not use that transport.

http://www-01.ibm.com/support/docview.wss?uid=swg21651261

----------------------------------------------------------------------

[20/Jan/2014:09:10:26.77103] 000025f5 a2b9d700 - ERROR: ws_common: websphereFindTransport: Nosecure transports available

[20/Jan/2014:09:10:26.77109] 000025f5 a2b9d700 - ERROR: ws_common: websphereWriteRequestReadResponse: Failed to find a transport

[20/Jan/2014:09:10:26.77111] 000025f5 a2b9d700 - ERROR: ESI: getResponse: failed to get response: rc = 4

[20/Jan/2014:09:10:26.77113] 000025f5 a2b9d700 - ERROR: ws_common: websphereHandleRequest: Failed to handle request

----------------------------------------------------------------------

 

Solution 1:

在 plugin-cfg.xml 中 Change 

UseInsecure="false"

to 

UseInsecure="true"

 

Solution 2 (No tested):

直接删掉下面一段:

         <Transport Hostname="tkdp2rbpwas17.was.hk.hsbc" Port="18129" Protocol="https">

            <Property Name="keyring" Value="/opt/IBM/WebSphere/Plugins/etc/plugin-key.kdb"/>

            <Property Name="stashfile" Value="/opt/IBM/WebSphere/Plugins/etc/plugin-key.sth"/>

         </Transport>

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值