Certificate Not Working on Android Device
Virinchi2595 opened this issue · comments
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
Hi,
NET:ERR_CERT_DATE_INVALID.
Is your device date setup correctly?
May you provide a screenshot of certificate details? Such as:
need system trust
Hi @Karmylr @Barre
Thank you for reply I tried that
but seems like we cannot trust self signed certificate on android (https://stackoverflow.com/questions/37281958/how-to-trust-self-signed-certificate-on-android)
any thoughts on this?