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
#1725 adds testing for mTLS but only enables it for s2n-tls on non-windows platform. We should also build the rustls tls provider and test as part of integration testing.
Problem:
#1725 adds testing for mTLS but only enables it for s2n-tls on non-windows platform. We should also build the rustls tls provider and test as part of integration testing.
Solution:
https://github.com/aws/s2n-quic/tree/main/examples/rustls-mtls has setups up mTLS with rustls but uses ServerConfig and has to set a bunch of options to work with quic. This can be error prone so maybe we want to expose a with_client_auth for the rustls provider as part of this.
Requirements / Acceptance Criteria:
The text was updated successfully, but these errors were encountered: