Hi, this is about an obstacle (error?) I came across when setting the default site in NPM:
Settings -> Default Site -> Redirect not working with HTTPS
Example:
Lets say my WAN IP address which has port 80 open to NPM is 123.123.123.123
The "Default Site" is set to "Redirect to" https://www.google.com (or any other external URL).
When you then open the IP address in a browser the following happens:
- http://123.123.123.123 -> successful redirect
- https://123.123.123.123 -> certificate error/warning, not redirect
If I understand correctly then the certificate error will come anyway because the IP cannot be secured with a certificate.
However, if the certificate error is ignored in browser... shouldnt then still be a redirect possible?