You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add something like a Option<X509Certificate> field to Request? It would be useful for mTLS-based authorization but the TLS listeners don't seem to have a place to put this information. Or is this what the extensions field is meant for?
The text was updated successfully, but these errors were encountered:
Would it be possible to add something like a
Option<X509Certificate>
field toRequest
? It would be useful for mTLS-based authorization but the TLS listeners don't seem to have a place to put this information. Or is this what the extensions field is meant for?The text was updated successfully, but these errors were encountered: