httpclient ssl certificate on android

后端 未结 3 1940
广开言路
广开言路 2020-12-13 23:38

I have some troubles with ssl using httpclient on android i am trying to access self signed certificate in details i want my app to trust all certificates ( i will use ssl o

3条回答
  •  旧巷少年郎
    2020-12-13 23:51

    Rather than accepting all certificates, I recommend this solution: Trusting all certificates using HttpClient over HTTPS

提交回复
热议问题