<div dir="ltr">
Hi!<br>When I'm trying to send curl request with provided basic 
proxy-authorization credentials through my proxy I see Segment Violation
 error in my logs and empty reply from server. Command is:<br>curl -v --proxy-basic --proxy-user login:password --proxy <a href="http://192.168.3.19:8080" target="_blank">http://192.168.3.19:8080</a> https://<a href="http://google.com" target="_blank">google.com</a><br><br>In squid.conf I have 3 directives:<br><br>http_access allow some_acl<br>http_access allow some_acl some_acl_user_auth some_special_domain http_all_port http_all_proto<br>http_access allow some_acl some_acl_user_auth some_special_domain CONNECT https_port<br><br>If
 I comment first one authorization works fine and it looks good. But 
with all lines I even can't authorize to special domains without Segment
 Violation error.<br>I've tried to use different versions of squid from 3.5 to 7.0.<br>Squid before v5.0.1 ignores Proxy-Authorization header when it's not needed and works fine with this configuration. 

</div>