I'm not able to connect to our servers via HTTPS behind the UTM firewall. I have created a virtual web server in the web application firewall for the desired domain, and have tried both using HTTPS and HTTPS and redirect options and neither one of them seem to work. I have also tried having both a HTTP and HTTPS real web server and joined it to the Virtual web server respectively for the HTTPS and HTTPS and redirect options and neither option seems to work.
This setup does work if I use Apache on the backend behind the firewall. I'm able to connect using HTTPS protocol without any problems. But if I attempt to use Nginx to serve HTTPS content then I get the following error:
2016/06/29 19:42:21 [error] 992#992: *1 open() "/usr/share/nginx/htmlindex.php" failed (2: No such file or directory)
A bit more information about our setup, we are using AWS and traffic is hitting the IP of the UTM 9 Firewall and then is sending traffic to a private subnet in the AWS VPC. The webserver behind the firewall is running current versions of a LEMP on Ubuntu 16.04
I have also checked the box to include host headers and I still get the same problem does anyone have any suggestions?
This thread was automatically locked due to age.