sandrop
sandrop copied to clipboard
SSL connections not working.
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.
cert file is used if ssl client authentication is used. But probably this is not your case.
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
.