Hi,
I have a bluecoat ASG used as explicit proxy . Url filtering is done by the way of icap requests to an Olféo external solution .
I wrote a CPL script to intercept a category :
<ssl-intercept>
icap_reqmod.header.X-Olfeo-Category="Autres" ssl.forward_proxy(yes)
But this error occurs :
Error: Late condition guards early action
Why is this condition not possible in this layer ? Is it possible to intercept or no SSL based on categories returned by ICAP requests .
Best regards