Forum Discussion
Michael_Jenkins
Jul 01, 2014Cirrostratus
http_process_state_prepend - Invalid Action:0x109010
We're trying to implement OwnCloud in our environment, and I've developed a few iRules to handle some of the work , but we've run into an issue when trying to download files. The connection keeps get...
Kevin_Stewart
Jul 03, 2014Employee
Okay, well then let's do this. Add the following:
when CLIENT_ACCEPTED {
TCP::collect
}
when CLIENT_DATA {
log local0. [TCP::payload]
TCP::release
TCP::collect
}
Going on the assumption that something is attempting to talk through the VIP with a non-HTTP protocol, you should be able to see this in its raw form directly before the error. You'll also need to disable client side SSL, if possible, for the payload to be readable.
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