Openssl command output results only in CONNECTED output

0

When trying to debug using open SSL, results only in a single output line CONNECTED(00000003) and nothing after that. Tried both TLS 1.2 and 1.1

openssl s_client -connect nnn.nn.nnn.nn:443 -tls1_2 openssl s_client -connect nnn.nn.nnn.nn:443 -tls1_1

Output : CONNECTED(00000003)

Please can you advise

Dev

Posted 2019-07-22T14:56:36.037

Reputation: 1

No answers