On 09/15/2016 10:21 AM, Tory M Blue wrote: > This is suppose to be valid in squid-3.3.8 > > 2016/09/15 09:18:02| FATAL: Invalid ACL type 'reg_header' You meant to type "req_header" instead of "reg_header". > acl CDKSSL reg_header header-name ^HTTP_X_FORWARDED_PROTO: https You are also misinterpreting the ACL declaration syntax. You probably want something like: acl CDKSSL req_header X-Forwarded-Proto ^https$ but I do not actually know what you are trying to do so the above sketch may need more adjustments. Finally, you should not be using Squid v3.3. Too many serious bugs have been fixed since that release. HTH, Alex. _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users