简体   繁体   English

Web服务端点URL具有https时,SSL异常

[英]SSL Exception when WebService endpoint url has https

I am getting the below exception when I invoke a jax ws webservice from my application deployed in WebSphere Application Server 6.1 当我从部署在WebSphere Application Server 6.1中的应用程序调用jax ws Web服务时,出现以下异常

SSL HANDSHAKE FAILURE: A signer with SubjectDN "CN=yyy.com, OU=For Intranet Use Only, OU=Web Hosting, O=xx, L=xx, ST=xx, C=xx" was sent from target host:port "*:9445". SSL握手失败:从目标主机:端口发送了带有SubjectDN“ CN = yyy.com,OU =仅供Intranet使用,OU = Web主机,O = xx,L = xx,ST = xx,C = xx”的签名者“ *:9445”。 The signer may need to be added to local trust store "F://../trust.p12" . 签名者可能需要添加到本地信任存储“ F://../trust.p12”。 The extended error message from the SSL handshake exception is: "No trusted certificate found". SSL握手异常的扩展错误消息是:“未找到可信证书”。

The enpoint url has https. enpoint网址带有https。 With the same enpoint url I am able to get a response from SOAP UI(Tool) without any certificate configuration etc.. 使用相同的enurl,我可以从SOAP UI(Tool)获得响应,而无需任何证书配置等。

Could you help me on this ? 你能帮我吗?

我终于能够解决这个小问题。服务器证书需要添加到Websphere Appserver信任库中。这可以通过提供服务器域和端口从Websphere的管理控制台中完成。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM