<html>Hi Guys!<br />Sorry I was unsure if this was the correct point of contact in regards to hostStrictVerify.<br /><br />I think I am not the only one having issues with hostStrictVerify in scenarios where you just intercept traffic (tls) and squid checks the SNI if the IP address from the Client is the same as squid resolve it. The major issue in that approach is that many services today change their DNS records at a very high frequency, thus it's almost impossible to make sure that client and squid do have the same A record cached.<br /><br />My Proposal to resolve this issue would be the following:<br />- Squid enforces the Client to use SNI! (currently, this is not done and can be considered as a security issue, because you can bypass any hostname rules)<br />- Squid lookup IP for SNI (DNS resolution).<br />- Squid forces the client to go to the resolved IP (and thus ignoring the IP which was provided in the L3 info from the client)<br /><br />Any thoughts?<br /><br /><br />man
 y thanks & have a nice day,<br /><br />Kevin<br /><br />-- <br />Kevin Klopfenstein<br /><a href="http://sudo-i.net">sudo-i.net</a></html>