Skip to content
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

Default client_auth_type = optional for TLS clients on Native #3349

Merged
merged 2 commits into from
Dec 23, 2023

Conversation

armanbilge
Copy link
Member

@armanbilge armanbilge commented Nov 27, 2023

This matches the default behavior on JVM and Node.js, which is that if the server requests client authentication then the client will cooperate. s2n defaults to none which causes mTLS to always fail.

Major props to @yurique for painstakingly tracking down this issue while working on joan38/kubernetes-client#239.

@armanbilge armanbilge changed the title Default client_auth_type = optional for clients Default client_auth_type = optional for TLS clients on Native Nov 27, 2023
@mpilquist mpilquist merged commit 2161daf into typelevel:main Dec 23, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants