Forum Discussion

2 Replies

  • While you are on CLI use the following syntax as an example:

     

    openssl s_client -connect WEB_SERVER_IP_ADDRESS:443

     

    The certificate should display and you should be able to run commands, in my case I did a test to a web server and used the following command

     

    GET / HTTP/1.1 Connection: close

     

    Then hit enter 2 times

     

    Hope this helps you.