Answer the question
In order to leave comments, you need to log in
What does different response to ssl requests to different servers mean?
We make two requests to different servers from under ubuntu: openssl s_client -connect server1.com:443
openssl s_client -connect server2.com:443
For the first server:
SSL handshake has read 2089 bytes and written 449 bytes
Verification error: unable to verify the first certificate
...
SSL-Session:
...
Verify return code: 21 (unable to verify the first certificate)
SSL handshake has read 3227 bytes and written 438 bytes
Verification: OK
...
SSL-Session:
...
Verify return code: 0 (ok)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question