-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I've just tested on two squid's setup:
http://i.imgur.com/lL3c5XY.png
It works like sharm.
17.03.16 22:23, Nick Walke пишет:
> We have a squid.conf like this:
> https://gist.github.com/nwalke/55fea584352016149180
>
> And we configure squid like
We have a squid.conf like this:
https://gist.github.com/nwalke/55fea584352016149180
And we configure squid like this:
https://gist.github.com/nwalke/a9fea476cf7b3326ef14
When I try to do curl https://api.twilio.com I get a response from Twilio.
When I do openssl s_client -connect api.twilio.com:4
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
root @ cthulhu / # openssl s_client -connect api.twilio.com:443
CONNECTED(0003)
depth=3 C = ZA, ST = Western Cape, L = Cape Town, O = Thawte Consulting
cc, OU = Certification Services Division, CN = Thawte Premium Server CA,
emailAddress = prem
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
I see one problem in your squid's config:
acl allowed_https_sites ssl::server_name .twilio.com
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.
17.03.16 22:2