This repository has been archived by the owner on Nov 1, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Forward client certificates #27
Labels
Milestone
Comments
Tratcher
added a commit
that referenced
this issue
Jan 13, 2016
Conflicts: src/Microsoft.AspNet.IISPlatformHandler/IISPlatformHandlerMiddleware.cs
Tratcher
added a commit
that referenced
this issue
Jan 13, 2016
Tratcher
added a commit
that referenced
this issue
Jan 13, 2016
Requires a new release of HttpPlatformHandler (v1.3?) |
This was referenced Mar 25, 2016
This as been fixed in AspNetCoreModule v0.8: #105. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If IIS accepts a TLS client certificate then HttpPlatformHandler should forward it on to us. This could be done as a base64 encoded header that is then unpacked by the middleware upon request from the ITlsConnectionFeature.
The text was updated successfully, but these errors were encountered: