Forum Discussion
Rick_Nyman
Nimbostratus
17 years agoXMPP 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
14 years agoThis 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 "
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