Got the Error "SSL Error: Certificate Authority is not trusted"

I have authorization endpoint refer below. it is hosted in virtual machine(accessible only intranet).
https://productdev.co:30200/user/connect/authorize?client_id=AMC-Cluster&redirect_uri=https://productdev.co:30200/apm/ui/signin-callback.html&response_type=token&scope=AMC-Cluster

When I got below error in Android Simulator (running command expo start) when include this in react-native-web-view(version: ^11.2.3).
But not got this error, when I am accessing through browser inside simulator.

Encountered an error loading page, Object {
“canGoBack”: false,
“canGoForward”: false,
“code”: 3,
“description”: “SSL error: The certificate authority is not trusted”,
“loading”: false,
“target”: 3,
“title”: “”,
“url”: “https://productdev.co:30200/user/connect/authorize?client_id=AMC-Cluster&redirect_uri=https://productdev.co:30200/apm/ui/signin-callback.html&response_type=token&scope=AMC-Cluster”,

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.