gow icon indicating copy to clipboard operation
gow copied to clipboard

Unable to establish SSL connection

Open chaihongjun opened this issue 5 years ago • 1 comments

wget https://unpkg.com/[email protected]/dist/quicklink.umd.js
SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
syswgetrc = C:\Program Files (x86)\Gow/etc/wgetrc
--2019-03-09 11:10:41--  https://unpkg.com/[email protected]/dist/quicklink.umd.js
Resolving unpkg.com... 104.16.125.175, 104.16.124.175, 104.16.122.175, ...
Connecting to unpkg.com|104.16.125.175|:443... connected.
ERROR: cannot verify unpkg.com's certificate, issued by `/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO Domain Validati
on Legacy Server CA 2':
  Unable to locally verify the issuer's authority.
ERROR: certificate common name `ssl714326.cloudflaressl.com' doesn't match requested host name `unpkg.com'.
To connect to unpkg.com insecurely, use `--no-check-certificate'.
Unable to establish SSL connection.

why?

chaihongjun avatar Mar 09 '19 03:03 chaihongjun

Cloudflare is playing MITM and certificate check failed. Not an issue of wget.

JCN-9000 avatar Sep 27 '19 17:09 JCN-9000