jquery / jquery.com

jQuery web site content
https://jquery.com
Other
77 stars 97 forks source link

[Critical] Not able to download the https://code.jquery.com/jquery-3.4.1.min.js due to certificate issue #220

Closed vkb1 closed 3 years ago

vkb1 commented 3 years ago

Since yesterday, the wget command that fetches the jquery library is failing with below issue:

$ wget https://code.jquery.com/jquery-3.4.1.min.js
--2021-07-29 16:51:26--  https://code.jquery.com/jquery-3.4.1.min.js
ERROR: cannot verify code.jquery.com's certificate, issued by ‘emailAddress=proxy.engineering@intel.com,CN=NSE sha2,OU=Network Services Engineering,O=Proxy Engineering,ST=Oregon,C=US’:
  Self-signed certificate encountered.
To connect to code.jquery.com insecurely, use `--no-check-certificate'.

Looks like the site certificate needs to be updated. Can this be addressed at the earliest?

mgol commented 3 years ago

We're not using a certificate like that; looks like a MITM done by your own employer, please raise it internally at Intel.

(hint: emailAddress=proxy.engineering@intel.com)

vkb1 commented 3 years ago

Thanks @mgol , let me get this resolved internally...