I'm right now at this tutorial wiki.wireshark.org
Everything went fine first, i could start the server with openssl
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.
Would be great if you had a hint for me, I've been trying for hours.