javax.net.ssl.SSLException: Not trusted server certificate

前端 未结 1 647

I m trying read XML data using XML parser from Url(\"https://....etc\"). But I\'m facing below error. This is my log.

04-08 16:34:23.017: WARN/Syste

相关标签:
1条回答
  • 2020-12-06 21:02

    You are attempting to connect to an HTTPS URL via and the SSL certificate provided by the site is not trusted by the devise you are running the code on. I suggest you read this question on setting up trust in the Apache HTTP Client.

    0 讨论(0)
提交回复
热议问题