Bootstrap无法从maxcdn ERR_CONNECTION_RESET加载

Kar*_*lor 7 http cdn integrity twitter-bootstrap

我在MAXCDN的应用程序中使用Bootstrap,但有时它无法加载并给我两个原因,我无法弄清楚为什么.

(failed) net::ERR_CONNECTION_RESET // min.css

(failed) net::ERR_SSL_VERSION_INTERFERENCE // min.js
Run Code Online (Sandbox Code Playgroud)

我正在使用CDN网址,其中包含来自bootstrap cdn的完整性和来源

<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>`
Run Code Online (Sandbox Code Playgroud)

如果我打开这个网址就行了.这发生在本地和临时https环境中.

Ion*_*zău 0

这可能是因为防火墙,甚至是您的互联网提供商(这里有类似的问题: https: //superuser.com/q/1110801/214156)。

但是,如果您无法控制,也许您可​​以尝试使用 Charles 等代理或浏览器扩展来覆盖 URL。