<div dir="auto"><div dir="auto">Hi All,</div><div dir="auto"><br></div><div dir="auto">This question is related to ssl decryption and ecap adaptation call. </div><div dir="auto">When the ssl connection starts then before it even extracts sni squid sends </div><div dir="auto"> fakeConnect which comes to ecap as well.</div><div dir="auto">I am using peek in step 1 and after fakeConnect squid extracts the sni, but at this point squid does not make another call to ecap. This function in squid is startPeekAndSpliceDone in file client_side.cc</div><div dir="auto">In this function it only makes a call to acl for ssl bump to check but no call to ecap adaptation checks. </div><div dir="auto"><br></div><div dir="auto">I was hoping at this point I can put a call to http->doCallouts which can make the call to ecap adapter and this time we have sni as well?</div><div dir="auto"><br></div><div dir="auto">I needed this functionality as I want to make the decision using sni whether to bump the connection or not. </div><div dir="auto"><br></div><div dir="auto">Thanks, </div></div>