SSL例程:ssl23_write:ssl握手失败:s23_lib.c:177

时间:2017-11-09 12:46:04

标签: azure ssl https command

我创建了Azure VM并在其上安装了我的应用程序。

在我的应用程序中创建了JKS文件并配置了SSL。

我已限制Azure VM从特定源IP进行访问。

当我尝试从该源IP访问时,我无法从浏览器访问我的应用程序。它说"未找到网站"错误。

openssl s_client -connect 10.6.0.10:443
CONNECTED(00000003)
139868717622936:error:140790E5:SSL routines:ssl23_write:ssl handshake failure:s23_lib.c:177:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 305 bytes
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : TLSv1.2
    Cipher    : 0000
    Session-ID: 
    Session-ID-ctx: 
    Master-Key: 
    Key-Arg   : None
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    Start Time: 1510229915
    Timeout   : 300 (sec)
    Verify return code: 0 (ok)

0 个答案:

没有答案