Monday, February 8, 2016

SOLVED :error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:unknown

You should specify which secure protocol you would like to use, e.g. :

openssl s_client -showcerts -connect 10.100.1.17:443 -tls1

(I used Google Chrome to determine which protocol is definitely working, it's shown in the Connection information tab)

No comments:

Post a Comment