openssl s_client "getaddrinfo: Servname not supported for ai_socktype" 에러날 때
조회 6,812 · 댓글 0
# openssl s_client -connect https://10.20.30.40
getaddrinfo: Servname not supported for ai_socktype
connect:errno=0
이렇게 써야 한다.
# openssl s_client -connect 10.20.30.40:443로그인 후 답글을 남길 수 있습니다.