jquery / codeorigin.jquery.com

jQuery CDN
https://releases.jquery.com
Other
57 stars 602 forks source link

code.jquery.com has mismatched cert #35

Closed ABonner closed 6 years ago

ABonner commented 6 years ago

The code.jquery.com site is serving up a cert for hwcdn.net.

code.jquery.com uses an invalid security certificate.

The certificate is only valid for the following names: *.ssl.hwcdn.net, ssl.hwcdn.net Error code: SSL_ERROR_BAD_CERT_DOMAIN

Obviously this breaks any site including one of the CDN scripts as the browser will not load it.

ABonner commented 6 years ago

Duplicate of #34