3 Jun
2022
3 Jun
'22
9:49 a.m.
On Jun 3, 2022, at 9:32 AM, Stefan Winter <stefan.winter@restena.lu> wrote:
Here is the full debug output, from dynamic discover to final response, if that's useful; one can see a bit of confusion... the "server" certificate attribs get populated with a few *issuer* certificate details; and then the "client" certificate ones get the server cert.
OK, so OpenSSL gives us a certificate chain: incoming [0] = client cert [1] = server [2] = issuer... outgoing no client cert, you already have that! [0] = server [1] = issuer I'll poke it and see what I can come up with. Alan DeKok.