I have installed squid as my router and below are my iptable rules
675 39972 DNAT tcp -- eth1 * 0.0.0.0/00.0.0.0/0
tcp dpt:80 to:192.168.0.200:3127
0 0 REDIRECT tcp -- eth0 * 0.0.0.0/0
0.0.0.0/0tcp dpt:80 redir ports 3127
I have the same config, but in my logs domain names
Reet Vyas писал 2016-05-17 15:48:
> Here is my txt file, as of now its working but I am getting secure connection
> failed, I want to know if we can customize error message like Access Denied .
>
> In logs I am not getting full URL PFA logs
Here is my txt file, as of now its working but I am getting secure
connection failed, I want to know if we can customize error message like
Access Denied .
In logs I am not getting full URL PFA logs for same. What I have to change
in peek and splice ssl bump to get full URL ?
Logs:
3481340.02
get your blocked_https.txt
Reet Vyas писал 2016-05-17 14:47:
> Hi
>
> Below is my squid configuration
>
> Squid : 3.5.13
> OS ubuntu 14.04
>
> http_port 3128
> http_port 3127 intercept
> https_port 3129 intercept ssl-bump generate-host-certificates=on
> dynamic_cert_mem_cache_size=4MB
Hi
Below is my squid configuration
Squid : 3.5.13
OS ubuntu 14.04
http_port 3128
http_port 3127 intercept
https_port 3129 intercept ssl-bump generate-host-certificates=on
dynamic_cert_mem_cache_size=4MB cert=/etc/squid/ssl_certs/squid.crt
key=/etc/squid/ssl_certs/squid.key
cipher=ECDHE-RSA-RC4-
On 13/05/2016 5:58 p.m., Reet Vyas wrote:
> Hi Amos/Yuri,
>
> Currently my squid is configured with ssl bump, now I want to use peek and
> splice. I read in some forum that we don't need to install certificate on
> client's machine.
>
Splice does not require it. But what you want to do with Squi
Hi Amos/Yuri,
Currently my squid is configured with ssl bump, now I want to use peek and
splice. I read in some forum that we don't need to install certificate on
client's machine.
As I have already asked before in mailing list to install SSL certificate
on Android devices, which is not working.