-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Client proxy mTLS support #2211
Comments
/bounty $100 |
💎 $100 bounty created by ZIO
|
/attempt #2211 |
@rajcspsg: Reminder that in 7 days the bounty will become up for grabs, so please submit a pull request before then 🙏 |
Hi @adamgfraser This would be the approach that I would follow for this issue
Does it seem correct approach to proceed? |
Hi, Thanks for working on this issue, I also need this feature to use zio-http. I think that the ClientAuth is not what we need. I've never used it, but as far as understand, ClientAuth is used to configure the server connection to indicate the server's SSL requirement from the client. Mutual TLS requires a keyManager in addition to the already implemented trustManager. certFile
keystore
|
Thanks @adamseres . |
I need to send HTTP traffic though a proxy that requires mutual TLS authentication. There currently is no way to provide the required certificates to the client to do this.
The text was updated successfully, but these errors were encountered: