<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
-----BEGIN PGP SIGNED MESSAGE----- <br>
Hash: SHA256 <br>
<br>
I see one problem in your squid's config:<br>
<br>
acl allowed_https_sites ssl::server_name .twilio.com<br>
<br>
<br>
<br>
Try to use ssl::server_name_regex \.twilio\.com instead of
ssl::server_name. I've opened bug about it: ssl::server_name does
not work.<br>
<br>
17.03.16 22:23, Nick Walke пишет:<br>
<span style="white-space: pre;">> We have a squid.conf like this:
<a class="moz-txt-link-freetext" href="https://gist.github.com/nwalke/55fea584352016149180">https://gist.github.com/nwalke/55fea584352016149180</a><br>
><br>
> And we configure squid like this:
<a class="moz-txt-link-freetext" href="https://gist.github.com/nwalke/a9fea476cf7b3326ef14">https://gist.github.com/nwalke/a9fea476cf7b3326ef14</a><br>
><br>
> When I try to do curl <a class="moz-txt-link-freetext" href="https://api.twilio.com">https://api.twilio.com</a> I get a response
from Twilio. When I do openssl s_client -connect
api.twilio.com:443 <a class="moz-txt-link-rfc2396E" href="http://api.twilio.com:443"><http://api.twilio.com:443></a> it says that
it could not complete the SSL handshake. If I start a clean
server (none of our custom configuration) and force its traffic
through squid, I get the same results. If I take that same clean
server and route its traffic not through squid, the handshake
completes successfully.<br>
><br>
> Any ideas what the problem might be or what I can look in to
further?<br>
><br>
><br>
> _______________________________________________<br>
> squid-users mailing list<br>
> <a class="moz-txt-link-abbreviated" href="mailto:squid-users@lists.squid-cache.org">squid-users@lists.squid-cache.org</a><br>
> <a class="moz-txt-link-freetext" href="http://lists.squid-cache.org/listinfo/squid-users">http://lists.squid-cache.org/listinfo/squid-users</a></span><br>
<br>
-----BEGIN PGP SIGNATURE-----
<br>
Version: GnuPG v2
<br>
<br>
iQEcBAEBCAAGBQJW6unVAAoJENNXIZxhPexGWqYH/08JsIZmlQtlrSet++ly1Ii7
<br>
2upBTm9+F0jwHHdfYGWT8RaL2ghzihX1AwqFOtakLa2s/ZujK92GZz+RdDGmBKnI
<br>
4vtxQxGvWw+JTlVDTgpTTN/ExK+yh1UL8sGpEsz5nkKQCuuPwsbUE8cWDBU3w610
<br>
cZjIu1jIxcy832qQ8MzkgUTnoZ21EI2mh8vP8ht+1sySBgmT9bskwCoZjASb8dQJ
<br>
lFG0S66a0VON6NaHVhXYzhRVhQ2WhGLcs7xKBIyxCaWpTmchVip8wtC168+T06sN
<br>
TMeUS7DdNdDLAJdk7M+u/OVTJQQ1S7b23rH92VDGwD/gEZk265iqh3wWSlTVZ+8=
<br>
=o57Y
<br>
-----END PGP SIGNATURE-----
<br>
<br>
</body>
</html>