Forum Discussion
Rick_Nyman
Nimbostratus
May 23, 2009XMPP with STARTTLS
I love the simplicity of SSL offload using standard SSL/TLS. Unfortunately, I've recently been given a requirement to do XMPP (an Instant Messaging protocol) using STARTTLS.
I found ...
Mohit_63338
Nimbostratus
Sep 27, 2011This is my code:
when CLIENT_ACCEPTED {
SSL::disable
}
when SERVER_CONNECTED {
SSL::disable
TCP::collect
}
when SERVER_DATA {
set serverdata [string tolower [TCP::payload]]
if { $serverdata contains " TCP::release
SSL::enable
SSL::enable clientside
} elseif { $serverdata contains " TCP::release
TCP::collect
} elseif { $serverdata contains "
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
