Hello!
Does anyone know if it is possible to somehow debug URL parse problems?
What I can see in the web proxy logs (with SSL inspection enabled) are errors like below:
2016:08:28-10:42:47 httpproxy[20653]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="http_parser_context_execute" file="http_parser_context.c" line="97" message="Unable to parse a http message of 342 bytes (HPE_INVALID_METHOD: invalid HTTP method)"
2016:08:28-10:42:47 httpproxy[20653]: id="0003" severity="info" sys="SecureWeb" sub="http" request="0x30287800" function="read_request_headers" file="request.c" line="1550" message="unable to parse a http message on handler 88 (Success)"
or
2016:08:28-11:35:00 httpproxy[20653]: id="0003" severity="info" sys="SecureWeb" sub="http" request="(nil)" function="read_request_headers" file="request.c" line="1581" message="Read error on the http handler 72 (Input/output error)"
I would like to find which URL is causing the parse problem to exclude this URL from SSL scanning.
So far the only method to me is to temporarily disable SSL scanning in the web protection profile, grab the logs and try adding exceptions one by one, but this is a real nightmare! I tried to enable various debugging options via cc http debug (enabled even 'all') but this gives really nothing valuable... Hope anyone knows better method to investigate web proxy issues! Thank you in advance for your help!
This thread was automatically locked due to age.