You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • get details from a server with openssl and curl

    openssl s_client -connect <hostname>:<port> -showcerts
    

    bad: Verify return code: 21 (unable to verify the first certificate)
    ok: Verify return code: 0 (ok)

    curl  https://<hostname>:<port>
    curl  -k https://<hostname>:<port>
    
About

Avatar for MaBe @MaBe started