Forum Discussion
kismiss
Altostratus
Sep 19, 2023Failed to connect via GTM/LTM
Hi All, We have vertical kubernetes cluster and put F5 (GTM/LTM) in front of the cluster. Service to service call will be go to GTM/LTM before go to micro service (workload/pod): service A -> GTM/L...
Sep 20, 2023
you can also try making f5 behaving like a web browser by using cURL command (See URL )
curl -kv https://<vip fqdn>/ --resolve <vip fqdn>:443:<vip IP>
The cURL help is your friend
curl --help
Some of the more common options are:
-v for verbosity
-k to ignore certificate issues
-d to issue a POST with POST payload data
curl -vk https://www.example.com/foo -d 'user=admin&password=admin'
-X to explicitly define the request method
curl -vkX POST https://www.example.com/foo/bar -d 'user=admin&password=admin'
The -v option is going to your best tool for troubleshooting monitors. You'll of course want to perform captures to see what the monitor is actually sending and receiving, and curl -v will allow you to simulate these requests.
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