ERR_PROXY_CERTIFICATE_INVALID
-
- Posts: 4
- Joined: 15 Jul 2021 19:44
ERR_PROXY_CERTIFICATE_INVALID
We are trying to configure CG in non transparent mode. When doing so we get the following error: ERR_PROXY_CERTIFICATE_INVALID as well as no internet traffic through browser. Please help.
Re: ERR_PROXY_CERTIFICATE_INVALID
Hi,
Thank you for your post.
Can you please let us know the following:
Best Regards,
Thank you for your post.
Can you please let us know the following:
- Your client OS?
- Your client browser & version?
Code: Select all
mode sslmediate
Re: ERR_PROXY_CERTIFICATE_INVALID
Hi,
Can you also please provide with the website that you are trying to browse via CacheGuard proxy?
Thanks in advance,
Can you also please provide with the website that you are trying to browse via CacheGuard proxy?
Thanks in advance,
-
- Posts: 4
- Joined: 15 Jul 2021 19:44
Re: ERR_PROXY_CERTIFICATE_INVALID
SSLMediate is off
Running Windows 10 Chrome Browser - similar issues with IE and FF.
Trying to hit all websites but to test we just did google.com
Running Windows 10 Chrome Browser - similar issues with IE and FF.
Trying to hit all websites but to test we just did google.com
Re: ERR_PROXY_CERTIFICATE_INVALID
Can you hit an HTTP (not S) website such as http://www.example.com to check network connectivity please ?
Do you have any other security devices in front of your CG? If so, can you please check that they don't block Web traffic and/or make SSL inspection by generating dynamic certificates?
Please send us the output of the following commands:
In your browsers, what IP address and port do you use for the proxy configuration?
Best,
Do you have any other security devices in front of your CG? If so, can you please check that they don't block Web traffic and/or make SSL inspection by generating dynamic certificates?
Please send us the output of the following commands:
Code: Select all
ip
ip route
port
Best,
-
- Posts: 4
- Joined: 15 Jul 2021 19:44
Re: ERR_PROXY_CERTIFICATE_INVALID
Http trafic through http://neverssl.com does not work either - I get err_proxy_connection_failed
Re: ERR_PROXY_CERTIFICATE_INVALID
(for security reasons I deleted the links that reveal your public IP addresses - below your IP configuration)
Best Regards,
Code: Select all
ip internal 10.11.3.3 255.255.255.0
ip external xxx.xxx.xxx.107 255.255.255.248
ip route 10.10.20.0 255.255.255.0 10.11.3.254 10
192.168.254.0 255.255.255.0 10.11.3.254 10
default xxx.xxx.xxx.105 50
- From your CG can you ping your default gateway (xxx.xxx.xxx.105)?
- From your CG can you ping cacheguard.net?
- From your client (windows) can you ping your CG internal IP address (10.11.3.3)?
- What is your client (Windows) IP address?
Best Regards,
-
- Posts: 4
- Joined: 15 Jul 2021 19:44
Re: ERR_PROXY_CERTIFICATE_INVALID
From your CG can you ping your default gateway (xxx.xxx.xxx.105)? - Yes we can
From your CG can you ping cacheguard.net? Yes we can
From your client (windows) can you ping your CG internal IP address (10.11.3.3)? Yes we can
What is your client (Windows) IP address? 10.11.3.8
Some one had told me to set the port to 8090 - thats when get the ERR_Proxy_Certificate_Invalid. Now that I changed it to 8080 I get ERR_Proxy_Connection_Failed
From your CG can you ping cacheguard.net? Yes we can
From your client (windows) can you ping your CG internal IP address (10.11.3.3)? Yes we can
What is your client (Windows) IP address? 10.11.3.8
Some one had told me to set the port to 8090 - thats when get the ERR_Proxy_Certificate_Invalid. Now that I changed it to 8080 I get ERR_Proxy_Connection_Failed
Re: ERR_PROXY_CERTIFICATE_INVALID
The default proxy port is 8080. The 8090 port is the default Web GUI administration port.
Please double check that 10.11.3.3:8080 is used as HTTP, HTTPS and FTP proxy. Also Chrome under a supported desktop environment (such as Windows) uses the system proxy settings. Did you setup the proxy configuration at the Windows level?
Do you have the same error with Firefox?
Can you hit the http://10.11.3.3 URL?
Please send us the output of the following command:
Tip: you can activate the SSH server on your CG using the following commands:
And then connect to your CG using an ssh client (like putty) --> You can use Copy/Paste in an SSH client window to send the output of the command above.
Best,
Please double check that 10.11.3.3:8080 is used as HTTP, HTTPS and FTP proxy. Also Chrome under a supported desktop environment (such as Windows) uses the system proxy settings. Did you setup the proxy configuration at the Windows level?
Do you have the same error with Firefox?
Can you hit the http://10.11.3.3 URL?
Please send us the output of the following command:
Code: Select all
system report link
Code: Select all
admin ssh on
apply force
Best,
Re: ERR_PROXY_CERTIFICATE_INVALID
Hi,
It is also possible that you didn't connect the right CG ports to your other network devices. The following command gives you the association between physical (Ethernet) ports and logical interfaces:
You can use it to identify ports on your CG. Please note that the internal interface should be connected to you LAN (clients side) and the external interface should be connected to your internet router (or frontal firewall).
Best Regards,
It is also possible that you didn't connect the right CG ports to your other network devices. The following command gives you the association between physical (Ethernet) ports and logical interfaces:
Code: Select all
link bond
Best Regards,