On 25/06/15 06:05, James Lay wrote:
> openssl s_client -connect x.x.x.x:443 
Just a FYI but you can make openssl do SNI which helps debugging (ie
doing it your way and then doing it with SNI)

openssl s_client -connect x.x.x.x:443 -servername www.site.name

(that will allow squid to see www.site.name as the SNI)

-- 
Cheers

Jason Haar
Corporate Information Security Manager, Trimble Navigation Ltd.
Phone: +1 408 481 8171
PGP Fingerprint: 7A2E 0407 C9A6 CAF6 2B9F 8422 C063 5EBB FE1D 66D1

_______________________________________________
squid-users mailing list
squid-users@lists.squid-cache.org
http://lists.squid-cache.org/listinfo/squid-users

Reply via email to