2

I have an app which is developed using react-native.

Starting from the 11th January 2011, Android devices running 7.1.1 and below will stop trusting the Let's Encrypt certificate which I am using on my servers (according to this)

How can I make my app trust my server's certificate (ISRG Root X1)?

perrosnk
  • 835
  • 2
  • 13
  • 23
  • Related/Dup: [CertPathValidatorException connecting to a Let's Encrypt host on Android M or earlier](https://stackoverflow.com/q/64844311/295004) – Morrison Chang Dec 20 '20 at 22:51
  • I really don't understand what I should do. I am not familiar with Java. I need some more specific explanation on which file I need to alter. – perrosnk Dec 21 '20 at 00:02

1 Answers1

0

In theory you can combine two answers

  1. How to workaround the issue from the SO Q&A in the comments

  2. How to configure OkHttp in React Native, a similar example is here

But you should discuss with your security team if you have one and follow guidance from Let's Encrypt here.

Yuri Schimke
  • 12,435
  • 3
  • 35
  • 69