Приветствую всех. У меня проблема с UCS, не соединяется по SSL.
pt.updater self update выдает такую ошибку:
raise SSLError(e, request=request)
SSLError: ("bad handshake: SysCallError(-1, 'Unexpected EOF')",)
Соединение с сервером обновлений по ssl выдает:
root@siem-server-01:/srv/pt.updater# openssl s_client -connect
update.ptsecurity.com:443CONNECTED(00000003)
write:errno=0
---
no peer certificate available
---
No client certificate CA names sent
---
SSL handshake has read 0 bytes and written 176 bytes
Verification: OK
---
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:
PSK identity: None
PSK identity hint: None
SRP username: None
Start Time: 1580389004
Timeout : 7200 (sec)
Verify return code: 0 (ok)
Extended master secret: no
---