Troubleshooting Tip: Impossible to visit a website by entering the IP address of website but possible to visit website by entering the hostname of this website
| Description | This article explains how a website server is configured to respond only to requests based on hostname, not IP address. |
| Scope | FortiGate. |
| Solution |
Solution:
Most of the Websites these days are behind a Reverse Web Proxy. This allows to conserve public IP space, as it's possible to host multiple Websites under a single public IP. For the Reverse Web Proxy to analyze which Website the client wants to connect to, it will need to check the SNI on the Client Hello. This is why it will not work by using the IP address, and only work with FQDN. |

