Decrypt SSL no client certificate in Wireshark Tutorial

376 Views Asked by At

I'm right now at this tutorial wiki.wireshark.org Everything went fine first, i could start the server with openssl Server in the Browser

Afterwards I wanted to send a SSL message with this code in my bash shell.

printf 'GET / HTTP/1.0\r\n\r\n' | openssl s_client -ign_eof

in the output i had the problem with no client certificate or just a self signed certificate. Bash Part 1

Bash Part 2

Would be great if you had a hint for me, I've been trying for hours.

0

There are 0 best solutions below