gpt4 book ai didi

flutter_webview_plugin : Falling back to SSLv3 because host is TLS intolerant: www. sandbox.paypal.com:443

转载 作者:太空宇宙 更新时间:2023-11-03 16:39:20 25 4
gpt4 key购买 nike

我尝试在 Android 版本 4.4.2 中使用 Webview 访问页面 www.sandbox.paypal.com,但我收到错误消息:Falling back to SSLv3 because host is TLS intollerant: www.sandbox.paypal.com:443

Widget build(BuildContext context) {
return new WebviewScaffold(
url: url,
appBar: new AppBar(
title: const Text('Widget webview'),
),
withZoom: true,
headers: {'Authorization': 'Token '},
withLocalStorage: true,
hidden: true,
initialChild: Container(
color: Colors.white,
child: const Center(
child: Align(
child: Text(''),
),
),
),
);
}

最佳答案

Android < 4.3 上的 WebView 无法支持 TLS 1.0。对于 Android 4.4,默认情况下它是禁用的。

根据:https://stackoverflow.com/a/33763737/4409113

关于flutter_webview_plugin : Falling back to SSLv3 because host is TLS intolerant: www. sandbox.paypal.com:443,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58370243/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com