android ftp file tranfer over explicit TLS

后端 未结 3 689
梦毁少年i
梦毁少年i 2021-02-06 17:27

I\'m posting this question after have tried over and over again to get it working, with no success. I trying to implement a FTP file transfer in android, using apache commons li

3条回答
  •  轮回少年
    2021-02-06 17:45

    getAcceptAllTrustManager() means no checks are done regarding the validity of the certificates. May be ok if you have control end-to-end of the sites involved. See: Trusting all certificates using HttpClient over HTTPS

提交回复
热议问题