@derelict said in Webgui Access Only by FQDN:
Yeah , but once it is connected i want page to be redirected or reloaded as https://pfsense.example.com. i have configured this behavior in my Linux web-servers running with Apache
Doesn't matter if there is a redirect. You will still get the certificate error when you initially connect because the certificate will not match the URL (IP address in this case.)
If you don't like the certificate errors going to https://192.168.1.1/ then don't go to 192.168.1.1, go to the FQDN instead.
Here, do this little experiment:
https://172.217.5.196/
Click through and see where you end up.
Thanks Derelict.
I have now added IP address in certificate and able to access Thanks for your Help.