Replies: 1 comment
-
|
Use the OnSSLNegotiated event. That has a TTaurusTLSIOHandlerSocket parameter. You would do something like this:
and access its properties. HTH. |
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 setup an HTTP Server using TaurusTLS 1.0.0.38 + OpenSSL 3.6.0 1 Oct 2025 + TLS1.3
Then I setup a MS.NET HTTP client, where I send requests with "digital certificado" ( X.509 ) from client.
But I can't get the certificate from the request, at server side, as:
always retuns NIL
Does anyone knows how to fix that ?
Beta Was this translation helpful? Give feedback.
All reactions