0

In AWS-API-Gateway, I created a custom domain using Letsencrypt certificates. My apis work for some of the mobiles but fails for most. After debugging in mobile, I found this particular issue in one of the mobile

javax.net.ssl.SSLPeerUnverifiedException: No peer certificate
rabishah
  • 561
  • 2
  • 4
  • 16

1 Answers1

0

According to SSL certificate is not trusted - on mobile only some mobile devices may have more strict enforcement in the ordering of the certificate chain. You may need to follow up with LetsEncrypt directly on this one.

Community
  • 1
  • 1
Lorenzo d
  • 2,016
  • 10
  • 17