Hello,
I am trying to use FTP from Net library v1.37 and trying to connect to my FTP server over SSL.
Unfortunately I get “trust anchor for certification path not found” error, because I use a self signed certificate on my server.
According to the Net library documentation (http://www.b4x.com/android/help/net.html ) :
"CustomTrustManager allows you to create a SSL trust manager from a cert file or to create a trust manager that accepts all certificates."
But it seems that this type is not included in the Net library ?
Idem for “UseSSLExplicit” member. Is it included in the Net library ?
If not, which kind of protocol is used ? Implicit or explicit ?
BR,
Maciej
I am trying to use FTP from Net library v1.37 and trying to connect to my FTP server over SSL.
Unfortunately I get “trust anchor for certification path not found” error, because I use a self signed certificate on my server.
According to the Net library documentation (http://www.b4x.com/android/help/net.html ) :
"CustomTrustManager allows you to create a SSL trust manager from a cert file or to create a trust manager that accepts all certificates."
But it seems that this type is not included in the Net library ?
Idem for “UseSSLExplicit” member. Is it included in the Net library ?
If not, which kind of protocol is used ? Implicit or explicit ?
BR,
Maciej