Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/android/230.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
错误:ssl_客户端_套接字_impl.cc(946)握手失败;在android上返回-1,SSL错误代码1,net_错误-202_Android - Fatal编程技术网

错误:ssl_客户端_套接字_impl.cc(946)握手失败;在android上返回-1,SSL错误代码1,net_错误-202

错误:ssl_客户端_套接字_impl.cc(946)握手失败;在android上返回-1,SSL错误代码1,net_错误-202,android,Android,我已经使用Capactor将一个web应用程序转换为android应用程序,我的API是在HTTPS模式下运行的,但是当我尝试访问API时,我遇到了以下错误 [ERROR:ssl_client_socket_impl.cc(946)] handshake failed; returned -1, SSL error code 1, net_error -202 我不知道不,我犯错误的地方 my AndroidMainfest.xml <application an

我已经使用Capactor将一个web应用程序转换为android应用程序,我的API是在HTTPS模式下运行的,但是当我尝试访问API时,我遇到了以下错误

      [ERROR:ssl_client_socket_impl.cc(946)] handshake failed; returned -1, SSL error code 1, net_error -202
我不知道不,我犯错误的地方

my AndroidMainfest.xml

  <application
    android:allowBackup="true"
    android:icon="@mipmap/ic_launcher"
    android:label="@string/app_name"
    android:roundIcon="@mipmap/ic_launcher_round"
    android:supportsRtl="true"
    android:theme="@style/AppTheme"
    android:networkSecurityConfig="@xml/network_security_config"
    android:usesCleartextTraffic="true">

网络安全配置.xml

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

api.******.com

从Google play更新“Android系统网络视图”应用程序

从Google play更新“Android系统网络视图”应用程序

你找到解决方案了吗?@EduardoRoth没有……我没有找到……你找到解决方案了吗?@EduardoRoth没有……我没有找到