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

UnityTls server no longer throws an exception if there is no client cert during client authentication #1019

Conversation

AndreasReich
Copy link

This is a fix for a border case I had lying around for a while, not something a user ever hit.
What I got wrong earlier here is a tricky nuance in the way .Net behaves with client authentication: Even if a server requires authentication, not being provided a certificate is not automatically an error!

Landing this change to unity-trunk the test fix prepared in platform/foundation/tls/fix-test-clientauth-no-error-on-missing-cert
Please merge this along side the next mono update.

@AndreasReich AndreasReich self-assigned this Aug 23, 2018
@AndreasReich AndreasReich merged commit 999d678 into unity-master Aug 29, 2018
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