Does it require https in Kestrel behind my https apache proxy server?

Viewed 1178

I am not quite clear about the idea whether the Kestrel server needs to be encrypted as a localhost server.

I use Apache with HTTPS as the proxy server for Kestrel server. Does it require to run https in Kestrel as well? In theory, what passes through the Apache proxy server (HTTPS enabled) should be encrypted, right?

Please shed some light if you have any ideas.

1 Answers
Related