Приветствую всех.
Некоторые сайты не открываются по https.
Например:
~ % openssl s_client -connect www.plugins.jetbrains.com:443
139935619994816:error:2008F002:BIO routines:BIO_lookup_ex:system lib:crypto/bio/b_addr.c:710:Name or service not known
connect:errno=22
~ % openssl s_client -connect www.livejournal.com:443
CONNECTED(00000003)
139701500650688:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:332:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 321 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
~ % openssl s_client -connect www.livejournal.com:443
CONNECTED(00000003)
139701500650688:error:1408F10B:SSL routines:ssl3_get_record:wrong version number:ssl/record/ssl3_record.c:332:
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 5 bytes and written 321 bytes
Verification: OK
---
New, (NONE), Cipher is (NONE)
Secure Renegotiation IS NOT supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
Early data was not sent
Verify return code: 0 (ok)
---
Хотя до недавнего времени всё работало, и все сайты открывались без проблем.
Вопросы традиционные: кто виноват и что делать?