Page 1 of 1

Self signed CA with FTP

Posted: 12 Oct 2018 15:22
by Bugware
Hello,

I'm using a self-signed CA plus issued certificates. I have installed the public CA certificate in Android 7 and using chrome ro view a web page with a certificate issued by this CA running on the same ip is shown as being secure. Also an file manager app (Dateimanager +) has access by FTPS. So in principle it seems to be running fine.

Unfortunately, the FTP actions fail with a certificate error. What could be wrong? Did anyone use a CA certificate with FTP already? Are the FTP actions using similar (android api) functions to check security or is it some special code in Automagic?

Thanks and best regards,
Andreas.

Re: Self signed CA with FTP

Posted: 12 Oct 2018 19:27
by Martin
Hi Andreas,

Thanks for reporting! It seems that there was a change in Android so that apps do not trust user added CAs by default anymore: https://android-developers.googleblog.c ... icate.html
I missed this change but will include the necessary changes to fix it. Would be great if yo can test the next EAP build to see if this really resolves your issue.

Regards,
Martin

Re: Self signed CA with FTP

Posted: 12 Oct 2018 19:51
by Bugware
Hi Martin,

thanks for your help. Sure, I can test it. Will you give me a hint once it is available?

Best regards,
Andreas.

Re: Self signed CA with FTP

Posted: 16 Oct 2018 19:18
by Martin
Hi Andreas,

The new build is available in the EAP forum: Re: EAP version 1.36.0-dev
I hope this fixes the issue.

Regards,
Martin

Re: Self signed CA with FTP

Posted: 18 Oct 2018 20:29
by Bugware
Hello Martin,

it works fine! Thank you very much.
I will try with other devices later.

Best regards,
Andreas.

Re: Self signed CA with FTP

Posted: 19 Oct 2018 19:01
by Martin
Great! Thanks for testing!