Forum Discussion
Gabriel_Olar_10
Nimbostratus
Oct 14, 2013Irule to bypass http profile on APM VS
I have encountered problems with SSL VPN users trying to use port 80 in local network apps other than a Browser.
For example a web cam app that ran on port 80 failed to work on SSL VPN but works on C...
Matt_Dierick
Employee
Oct 14, 2013Yeah or :
when HTTP_REQUEST { if {[HTTP::uri] contains "chat.phl.com"}
{
Log local0. "HTTP URI contains chat.phl.com"
virtual /Common/VS_CHAT
}
And add this log iRule on the second VS (once without HTTP profile)
when CLIENT_ACCEPTED { log local0. "Connection on NON_HTTP VS"}
Don't forget to add ressources on the second VS (Pool and members). This VS can have any IP address. It doesn't matter because the connection comes from the first VS.
Hope this solution will works in your case. Else, enable logs on LTM and try to understand why HTTP profile meets an issue.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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