How to config SSL on windows without docker?

Viewed 245

Hello,

I've installed Answer on Windows, and I'm trying to figure out how to configure it to use SSL.
For several reasons, I cannot use a reverse proxy nor docker, so I'd like to configure the application to serve https requests.
Is it possible?

Thanks in advance.


I found a way to configure https on IIS using the Application Request Rouging and URL Rewrite IIS modules, and a very simple reverse proxy rule.

But it doesn't work out of the box, one have also to set the preserveHostHeader flag to true in the systemwebServer/proxy branch in the machine settings.

Pier Alberto

1 Answers

I'm sorry, the Answer doesn't support configuring SSL itself at the present, and the best solution that I think is to use nginx.