Replies: 2 comments
-
And yes I've just read the examples But those don't cover for selfsigned certs without a CA... |
Beta Was this translation helpful? Give feedback.
0 replies
-
Note to self and others in the same pithole: once hostname is in CN and the host is targeted with it's FQDN instead of it's IP all ist just fine... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm literally following in_forward but fail at:
echo -e '\x93\xa9debug.tls\xceZr\xbc1\x81\xa3foo\xa3bar' | \ openssl s_client -connect localhost:24224
As it returns an issue with the cert being selfsigned!
SSL handshake has read 2405 bytes and written 398 bytes Verification error: self-signed certificate
So I'ld expect that I could add parameter to ignore self signed certs issues, but there's nothing mentioned...
Beta Was this translation helpful? Give feedback.
All reactions