Forum Discussion
markn11_229516
Nimbostratus
Jun 07, 2016Accessing web server by IP
Hi,
Somewhat of a silly question here. I currently have a VIP setup for one of my web servers which uses https. I have the SSL certificate on my LTM. Everything is working as expected. One thing...
Yann_Desmarest
Cirrus
Jun 08, 2016Hi,
To test your webserver from F5, you can use curl :
curl --verbose http://x.x.x.x/
add host header to your request :
curl --verbose --header 'Host: www.example.com' http://x.x.x.x
add User-Agent to your request :
curl --verbose -A "MySpecialUserAgent" http://x.x.x.x
You can also test your VS from the F5 system :
curl -k --verbose --header 'Host: www.example.com' https://vs_ip_address
-k flag is used to bypass eventual ssl warnings
- Yann_DesmarestJun 08, 2016
Cirrus
Are you sure that your webserver listen on ip address or maybe some Virtual Hosting is used
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