5

If I would like to use https in an ASP.NET Core application running IIS as a reverse proxy, do I need to configure the SSL cert in IIS or ASP.NET Core or both?

My plan was to install the cert on IIS. Is this enough?

2 Answers 2

3

Install cert on IIS is enough, as current implementation of IIS (ASP.NET Core Module) forwards client certificates to application anyway.

Sign up to request clarification or add additional context in comments.

Comments

3

Yes, that should be correct - IIS handles SSL, so the back plane to ASP.NET Core can be unsecured.

This post gives a good explanation of how to set it up. It applies to RC2 but should be essentially unchanged for RTM.

https://weblog.west-wind.com/posts/2016/Jun/06/Publishing-and-Running-ASPNET-Core-Applications-with-IIS

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.