简体   繁体   English

Tizen Studio DevTools ERR_BAD_SSL_CLIENT_AUTH_CERT 问题

[英]Tizen Studio DevTools ERR_BAD_SSL_CLIENT_AUTH_CERT Issue

I'm trying to implement Clover cloud pay on my web app built by tizen studio.我正在尝试在 tizen studio 构建的网络应用程序上实施 Clover 云支付。 The Tizen Studio only builds on Chromium version 56 and this old version blocks https connections to use Clover sdk. Tizen Studio 仅构建在 Chromium 版本 56 上,此旧版本阻止 https 连接以使用 Clover sdk。 Based on my research I did change chrome settings flags (eg enable-quic, allow-insecure-localhost, etc), generate my own certificates to run it localhost, give tizen authorization, and update package.json to "ng serve --open --ssl true" but nothing helped me to get rid of this error.根据我的研究,我确实更改了 chrome 设置标志(例如 enable-quic、allow-insecure-localhost 等),生成我自己的证书以在 localhost 上运行它,授予 tizen 授权,并将 package.json 更新为“ng serve --open” --ssl true”但没有任何帮助我摆脱这个错误。 Please advice!请指教!

在此处输入图片说明

Chromium version 56 is pretty old. Chromium 56 版已经很老了。 Sometimes old versions might throw error ERR_BAD_SSL_CLIENT_AUTH_CERT as mentioned in : https://www.clickssl.net/blog/how-to-fix-err_bad_ssl_client_auth_cert-for-google-chrome有时旧版本可能会抛出错误 ERR_BAD_SSL_CLIENT_AUTH_CERT,如: https ://www.clickssl.net/blog/how-to-fix-err_bad_ssl_client_auth_cert-for-google-chrome

Please try updating the Chromium version using Tizen Studio's Package Manager (which looks like https://developer.tizen.org/sites/default/files/images/overview_package_manager.png )请尝试使用 Tizen Studio 的包管理器更新 Chromium 版本(看起来像https://developer.tizen.org/sites/default/files/images/overview_package_manager.png

Installing 6.0 or above version package(s) should help resolve the error.安装 6.0 或更高版本的软件包应该有助于解决错误。 Once installed, rebuild your Web App for the installed package version, on Tizen Studio and re-check the issue.安装后,在 Tizen Studio 上为已安装的软件包版本重建您的 Web 应用程序并重新检查问题。 If still facing the same error, kindly update/post here with additional details like the base URL/server that you are trying to access from your Web App.如果仍然面临同样的错误,请在此处更新/发布其他详细信息,例如您尝试从 Web 应用访问的基本 URL/服务器。 Thanks.谢谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM