Error in react-webview: error loading page. Domain: undefined. Error code: 3. Description: SSL error: The certificate authority is not trusted

2 days ago 2
ARTICLE AD BOX

I can't open a website within a webview in React Native. I always get the following message.

Note: the site has normal SSL, but the SSL error keeps appearing:

error loading page. Domain: undefined. Error code: 3. Description: SSL error: The certificate authority is not trusted.

The site uses CakePHP and PHP 5.6. Does anyone know what the problem might be? I've already tried checking for mixed content, but it doesn't work.

Read Entire Article