xavierjohn / ClientCertificateMiddleware

Asp.net core Client Certificate Middleware
MIT License
57 stars 16 forks source link

Using client certificate based auth in Service Fabric #8

Closed OscarCR88 closed 5 years ago

OscarCR88 commented 5 years ago

HI there I was trying to make this middleware work with an API inside Service Fabric, but i can't manage to get the Context.Connection.ClientCertificate to have a value other than null. Any help?

xavierjohn commented 5 years ago

I don't think this has anything to do with Service Fabric. Sounds like one of two possible things:

The connection isn't HTTPS, which is required. The client isn't sending a certificate.