Bhaskar Jyoti Dutta
Bhaskar Jyoti Dutta

Reputation: 1

Android Webview error - chromium handshake failed; returned -1, SSL error code 1, net_error -202

I want to open a link in Android webview but getting an error

chromium: [ERROR:ssl_client_socket_impl.cc(878)] handshake failed; returned -1, SSL error code 1, net_error -202

The link works in web chrome.

I have trid adding security config file aslo, but still not working

<?xml version="1.0" encoding="utf-8"?>
  <network-security-config>
     <domain-config cleartextTrafficPermitted="true">
        <domain includeSubdomains="true">domain url</domain>
     </domain-config>
  </network-security-config>

Upvotes: 0

Views: 1018

Answers (1)

Innovated Software
Innovated Software

Reputation: 1

I have the same issue using flutter_inappwebview.

It appears to have no self signed certificate, it works on IOS no problem at all.

I have tried almost EVERYTHING I can think of to no avail.

Upvotes: 0

Related Questions