Forum Discussion
vishu_chavan
Aug 28, 2023Altocumulus
Restricting access to a virtual server by Public IP address should access through only domain name.
We had Published website on F5 with Domain name ,now created domain is aviable in public ,but publish website is also accessible with ip address in public domain.( we have created server pool...
- Aug 29, 2023
seems you have not used your Domain certificate under client ssl profile , check thebelow link to upload your CA domain certificate and key to bigip and followed to that you need to create client ssl profile point to your Domain certificate/key and any chain certificate.
https://my.f5.com/manage/s/article/K14620#3
once done you check your domain for any ssl issue by running test in below link
https://www.sslshopper.com/ssl-checker.html
Snl
Aug 28, 2023Cirrostratus
you can try below irule as well
replace x.x.x.x with your ip address
when HTTP_REQUEST {
If { !([HTTP::host] equals "x.x.x.x") } {
Reject
}
}
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects