Forum Discussion
HTTPS Monitor Help
I have a web application listening on for SSL connections on a high port, 8000. I would like to setup a health monitor to send a GET request to a uri /webservices/mylistener, so I have setup a user defined monitor which inherits from https and checks *:8012 and sends GET /webservices/mylistener
The application doesn't seem to like this saying Invalid request line: GET /webservices/mylistener
I think this has something to do with https. If I telnet to port 800 and issue a GET /, it complains about a plain text request. If I put the whole url\uri in a broswer I see the string returned.
What is the best way to implement an http monitor to get a string over SSL on a high port?
Thanks in advance,
Brian
- Deb_Allen_18Historic F5 AccountHi Brian -
- Brian_Kenworthy
Nimbostratus
Thanks Deb, but I am still having issues. I setup the http monitor like this: - wuench_99164
Altocumulus
I have run into similar issues with Mule, it seems to have extensive logging on by default, and is therefore very picky about the transactions it looks for. I tried a generic TCP monitor and generic HTTPS montior. While they may work for the F5 they fill the mule logs. You will need to setup a URL to hit (/testmule below) as Mule doesn't like a GET to root. And we also added accept and user agent headers. Not sure if both are required. I didn't add a host header as I wanted to keep the monitor standard for all of our Mule deployments. The connection close may also be a good idea, but I didn't test it.
Here is the monitor I used:
monitor https_Mule { defaults from https send "GET /TestMule HTTP/1.1\r\nUser-Agent: F5LTM\r\nAccept: */*\r\n\r\n" }
Recent Discussions
Related Content
* 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