Forum Discussion
JimT02
Nimbostratus
Aug 08, 2016Help pinpoint what packet is have RFC2616 issues related to a http_profile on LTM
Problem: have a vip with a http_profile proxying to an IIS server with a ssl client & server profile.
we receive the following error:
011f0007:http_process_state_prepend - Invalid actio...
Kai_Wilke
MVP
Aug 09, 2016Hi Jim,
to find out which request/response is triggering the problem, you may try to
[log] the HTTP requests which doesn't get a response...
when HTTP_REQUEST {
set log_request [HTTP::uri]
}
when HTTP_RESPONSE {
set log_request ""
}
when CLIENT_CLOSED {
if { $log_request ne "" } then {
log local0.debug "Unanswered Request: $log_request"
}
}
Note: I don't know if the
event will trigger after the exemption is raised. But give it a go to find out...CLIENT_CLOSED
Once you've identified the URLs triggering the protocol violateion, grap the headers and post them here...
Cheers, Kai
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