gpt4 book ai didi

javascript - 由于带有标志的 net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH 错误,NW.js Iframe 无法加载某些 https 网站

转载 作者:行者123 更新时间:2023-12-05 05:56:53 24 4
gpt4 key购买 nike

使用 NW.js,尝试让 iframe 加载 https://asdf.com,但我得到的是 net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH。我在 nw.js 邮件列表上询问过,但似乎没有关于此错误的指南。

这是我的 package.json,chromium 标志设置为忽略任何证书问题。我不知道在这里还有什么要追求的。

{
"name": "browser",
"chromium-args": "--enable-file-cookies --allow-running-insecure-content --ignore-certificate-errors",
"version": "1.0.0",
"description": "An example of using a local webserver in NW.js",
"repository": "https://github.com/TheJaredWilcurt/nw-local-server",
"node-main": "server.js",
"main": "http://localhost:3000",
"node-remote": "http://localhost:3000",
"scripts": {
"start": "nw ."
},
"author": "The Jared Wilcurt",
"license": "MIT",
"devDependencies": {
"nw": "^0.12.0"
},
"dependencies": {
"express": "^4.17.1"
}
}

这是我的 index.html,我也尝试过不使用 nwfaketop,但仍然失败。

<!DOCTYPE html>
<html>
<head>
<title>Page</title>
</style>
</head>
<body>

<iframe src='https://asdf.com' nwfaketop nwdisable></iframe>


</body>
</html>

最佳答案

我认为这是由于在 HTTP url (localhost) 上运行浏览器和在其中加载 HTTPS 内容不匹配造成的。如果是这样,有两种选择:

关于javascript - 由于带有标志的 net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH 错误,NW.js Iframe 无法加载某些 https 网站,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68966375/

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