Displaying 3 results from an estimated 3 matches for "dont_verify_p".
2016 Feb 04
5
Squid as interception HTTPS proxy under CentOS 7
...tion allow all
request_header_access Proxy-Connection allow all
request_header_access User-Agent allow all
request_header_access Cookie allow all
request_header_access All deny all
# SSL Bump Config
always_direct allow all
ssl_bump server-first all
sslproxy_cert_error deny all
sslproxy_flags DONT_VERIFY_PEER
I have tried disabling "sslproxy_cert_error" and "sslproxy_flags" directives, without luck.
Any ideas about what am I doing wrong?
Thanks.
--
Greetings,
C. L. Martinez
2016 Feb 04
0
Squid as interception HTTPS proxy under CentOS 7
...roxy-Connection allow all
> request_header_access User-Agent allow all
> request_header_access Cookie allow all
> request_header_access All deny all
>
> # SSL Bump Config
> always_direct allow all
> ssl_bump server-first all
> sslproxy_cert_error deny all
> sslproxy_flags DONT_VERIFY_PEER
>
> I have tried disabling "sslproxy_cert_error" and "sslproxy_flags"
> directives, without luck.
>
> Any ideas about what am I doing wrong?
>
> Thanks.
> --
> Greetings,
> C. L. Martinez
> _______________________________________________
&g...
2016 Feb 04
0
Squid as interception HTTPS proxy under CentOS 7
...roxy-Connection allow all
> request_header_access User-Agent allow all
> request_header_access Cookie allow all
> request_header_access All deny all
>
> # SSL Bump Config
> always_direct allow all
> ssl_bump server-first all
> sslproxy_cert_error deny all
> sslproxy_flags DONT_VERIFY_PEER
>
> I have tried disabling "sslproxy_cert_error" and "sslproxy_flags" directives, without luck.
>
> Any ideas about what am I doing wrong?
>
> Thanks.
>
Do you have a copy of the Root CA you are using to re-encrypt the SSL
stream installed in the...