sandrop icon indicating copy to clipboard operation
sandrop copied to clipboard

SSL connections not working.

Open Hritik14 opened this issue 6 years ago • 2 comments

I've exportered CA from GUI, tried to import CA from cache dir as well. No luck. Log says:

Proxy listening on 127.0.0.1:8008
Using CA from file: /storage/emulated/0/Android/data/org.sandroproxy/cache/.keystoreca
CA cert exported to /storage/emulated/0/Android/data/org.sandroproxy/cache/.keystoreca_export.crt
Loading keys from /storage/emulated/0/Android/data/org.sandroproxy/cache/.keystoreca
Using /storage/emulated/0/Android/data/org.sandroproxy/cache for data storage
client cert file name is not valid so it will not be used:
using ssl os trust managers

I've no idea what cert file name is supposed to be.

Hritik14 avatar Jul 18 '18 07:07 Hritik14

cert file is used if ssl client authentication is used. But probably this is not your case.

SuppSandroB avatar Sep 12 '18 13:09 SuppSandroB

I've successfully found the CA file and copy it from user trusted to system trusted.

adb shell
cd /data/misc/user/0/cacerts-added
ls
cp fa8986ab.0 /etc/security/cacerts/

It's name maybe is fa8986ab.0.

lizwangying avatar May 15 '23 03:05 lizwangying