jQuery ssl 问题 - 为什么我在响应中看到 hwcdn.net?
jQuery ssl issues - why do I see hwcdn.net in the response?
我有一个使用 jQuery CDN 的项目,但现在我在 Chrome 中看到 NET::ERR_CERT_COMMON_NAME_INVALID
。
尝试使用 curl 获取 jquery 文件我在错误消息中看到一个奇怪的域:
curl https://code.jquery.com/jquery-3.1.1.js
curl: (51) SSL: certificate subject name (*.ssl.hwcdn.net) does not match target host name 'code.jquery.com'
是我的系统证书问题还是其他域名是怎么进入证书的?
jquery 团队目前正在解决此问题。这似乎是 CDN 提供商的问题。 https://github.com/jquery/codeorigin.jquery.com/issues/34
我有一个使用 jQuery CDN 的项目,但现在我在 Chrome 中看到 NET::ERR_CERT_COMMON_NAME_INVALID
。
尝试使用 curl 获取 jquery 文件我在错误消息中看到一个奇怪的域:
curl https://code.jquery.com/jquery-3.1.1.js
curl: (51) SSL: certificate subject name (*.ssl.hwcdn.net) does not match target host name 'code.jquery.com'
是我的系统证书问题还是其他域名是怎么进入证书的?
jquery 团队目前正在解决此问题。这似乎是 CDN 提供商的问题。 https://github.com/jquery/codeorigin.jquery.com/issues/34