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