Forum Discussion
elav76_146879
Nimbostratus
Mar 11, 2014APM and Citrix secure gateway
Hi,
I've an LTM and doing APM with http profil.
All work fine for authentication, but If I want to use an ica application ssl embedded by the CSG it break because it wasn't http.
This...
Kevin_Stewart
Employee
Mar 11, 2014Not sure if this will help, but the following worked for me on a recent project:
when CLIENTSSL_HANDSHAKE {
SSL::collect
}
when CLIENTSSL_DATA {
disable the HTTP profile for ICA/CGP traffic
if { [SSL::payload] contains "CGP/" } {
HTTP::disable
}
SSL::release
}
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