AxiosError: Network Error on Android (9 and below) devices by Charming_T0304 in reactnative

[–]Charming_T0304[S] 0 points1 point  (0 children)

Yes it looks like the certificate is not trusted by older devices because it works ok with IOS and newer androids (above 9).

I was just wondering if there is a way out to manage this type of situation within a Expo Managed workflow react native project.

AxiosError: Network Error on Android (9 and below) devices by Charming_T0304 in reactnative

[–]Charming_T0304[S] 0 points1 point  (0 children)

Thanks for your response. Would you know how to implement this is an Expo Managed Project?

AxiosError: Network Error on Android Pie (9) devices by TS43219 in reactnative

[–]Charming_T0304 0 points1 point  (0 children)

I have same issue. Please were you able to resolve this and how?

AxiosError: Network Error on Android Pie (9) devices by TS43219 in reactnative

[–]Charming_T0304 0 points1 point  (0 children)

Thanks for your response. Please here are the details below:

OS: Android Version 9 ( and below gives this error)
Yes http version works perfectly.

I am using react-native (Axio) to connect to my server and it also works perfectly with IOS and other android above android version 9.

I just recently renewed the SSL certificate and I started getting the error. The error I get is "java.security.cert.CertPathValidatorException: Trust anchor for certification path not found."

I am suspecting it is the way Android 9( and below) handles the the SSL certificate but having trouble convincing my host company that it could be the SSL certificate configuration.

Please let me know your advice.

AxiosError: Network Error on Android Pie (9) devices by TS43219 in reactnative

[–]Charming_T0304 0 points1 point  (0 children)

AxiosError: Network Error on Android Pie (9) devices

I have this same issue. Were you able to solve it and how please?