Certificate Not Working on Android Device #49
Replies: 5 comments
-
Hi,
Is your device date setup correctly? |
Beta Was this translation helpful? Give feedback.
-
Hi @Barre here are screenshot of errors |
Beta Was this translation helpful? Give feedback.
-
need system trust |
Beta Was this translation helpful? Give feedback.
-
Hi @Karmylr @Barre |
Beta Was this translation helpful? Give feedback.
-
I've had this issue while sharing privaxy from another machine. The cause was that the system clocks drifts a little and the browser on second machine could not validate the certificate. Here's my solution: privaxy/src/server/cert.rs. |
Beta Was this translation helpful? Give feedback.
-
Hi @Barre
I have been able to run privaxy from source locally on my Mac
and made it available(changing let ip = [0, 0, 0, 0] ) on my home network and connected a android device using proxy on wifi
but the certificate is causing an issue even though I installed certificate on my android device.
it shows following error
Your Connection is not private
NET:ERR_CERT_DATE_INVALID.
I have no problem browsing on my Mac if connected to same proxy and it is effectively blocking all ads.
I want to have this on entire home network so that I don't have to install on all devices.
In application logs I am seeing
Unable to perform handshake for host: go-updater.brave.com:443. Consider excluding it from blocking. The service may not tolerate TLS interception.
Any help here is appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions