ssl 握手错误 websphere 应用程序服务器

标签 ssl https ssl-certificate websphere-8

[11/4/15 15:25:33:655 IST] 000000a0 SystemOut     O Extension server_name, server_name: [host_name: bluepages.ibm.com]
[11/4/15 15:25:33:655 IST] 000000a0 SystemOut     O ***
[11/4/15 15:25:33:655 IST] 000000a0 SystemOut     O WebContainer : 0, WRITE: SSLv3 Handshake, length = 90
[11/4/15 15:25:33:855 IST] 000000a0 SystemOut     O WebContainer : 0, READ: TLSv1.2 Alert, length = 2
[11/4/15 15:25:33:855 IST] 000000a0 SystemOut     O WebContainer : 0, RECV TLSv1 ALERT:  fatal, handshake_failure
[11/4/15 15:25:33:865 IST] 000000a0 SystemOut     O WebContainer : 0, called closeSocket()
[11/4/15 15:25:33:865 IST] 000000a0 SystemOut     O WebContainer : 0, handling exception: javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure

我在 websphere 应用程序服务器中有 SSL_TLSv2。仍然收到此错误,如何解决?

最佳答案

这是一个非常常见的错误 - 您需要检查以下几个参数。

  1. 您信任远程证书吗? (接受或将其添加到信任库)
  2. 是否有任何密码组匹配?

您可以尝试在浏览器中访问服务 URL 并检查证书和密码套件。

关于ssl 握手错误 websphere 应用程序服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33519024/

相关文章:

python - 如何处理原始 Python 套接字中的 ssl 连接?

php - 通过 SSL 流式传输 MP3(使用 SWF)在 Firefox 和 Chrome 中有效,但在 IE 7 或 8 中无效

php - 413 : Request Entity Too Large on HTTPS

ssl - 接受安全 websocket 连接的服务器证书

go - 成功的websocket连接后如何使发送消息到特定的URL?

http - SSL 自签名证书

ssl - Facebook 连接 ssl 问题

Swift NSURLSession HTTPS 自签名 - 请求永远不会到达服务器

api - PayPal MassPay 和 AddressVerify : Which SDK do I use?

mysql - Zend Framework中通过ssl连接mysql服务器