Forum Discussion
tarma_58716
Nimbostratus
Jan 08, 2015iRule asm-vip target apm-vip
Hi all
we need to secure apm portal facing internet with ASM.
To do that we have created two VS, one facing internet (asm vs) and an internal vs (apm-vs)
on ASM-VS i've created an irule which send al...
Yann_Desmarest
Cirrus
Mar 31, 2016Hello,
By adding something similar, you will be able to handle citrix and rdp tunnels :
when CLIENT_ACCEPTED {
virtual /Common/VS_Myvs
}
when CLIENTSSL_HANDSHAKE {
SSL::collect
}
when CLIENTSSL_DATA {
set firstline [SSL::payload 0 [string first \r\n [SSL::payload]]]
if { !($firstline contains "HTTP") } {
HTTP::disable
ASM::disable
}
SSL::release
}
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