Forum Discussion
Rakesh_Paliwal_
Mar 24, 2017Nimbostratus
Websocket config in F5 11.4.1
Hi
I did setup f5 for web-socket with SSL termination, ssl profile , HTTP profile and cookie persistence.
Issue is Client able to send the message but its not happening vice versa.
When Client send ...
RossVermette
Mar 24, 2017Nimbostratus
From what I understand is you need to disable the HTTP profile from processing when the "websocket" has established it's connection, as the profile doesn't understand websockets.
You can code an iRule, with somthing similar to this:
when HTTP_REQUEST {
if { [string tolower [HTTP::header Upgrade]] contains "websocket" }{
HTTP::disable
}
}
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