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, 2013The solution could be to forward specific traffic to another VS without HTTP profile. I do it for a application non RFC compliant.
when HTTP_REQUEST {
if {[HTTP::uri] starts_with "/company/Reports/"}
{
log local0. "Requete sur Report --> VS_nonHTTP"
virtual /Common/VS_nonHTTP
}
}
I don't know if it works in your use case, but that could help you out.
Matt
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