comp500 / SSLSocks

stunnel for Android GUI, allows tunneling over TLS
GNU General Public License v3.0
129 stars 54 forks source link

Reimplement Certificate Import button #4

Closed JesseRacine closed 5 years ago

JesseRacine commented 5 years ago

Where should certificates be placed in the filesystem?

comp500 commented 5 years ago

You can't place them yourself due to android filesystem limitations (unless you use a root file explorer). I did implement a certificate import button, but for some reason I commented it out. I'll investigate this and see if I can add it back.

JesseRacine commented 5 years ago

Thanks for responding. Actually I did figure out how to use adb and copy the certificate into the app's data directory. I got that working, but it is kind of awkward.

comp500 commented 5 years ago

Should be fixed with version 0.0.5-beta. If you have any problems with it, submit another comment here.