use `--no-check-certificate' does not work
Zoran Davidovac <[email protected]> Thu, 23 Jan 2025 02:53:02 +0100
| Newsgroups | gmane.comp.web.wget.general |
|---|---|
| Message-ID | <[email protected]> |
Hi to all, site galaksija.net is have some chain issues see ( https://www.ssllabs.com/ssltest/analyze.html?d=galaksija.net&hideResults=on ) and wget does not work, but that should not be problem if we use --no-check-certificate ? but that does not work as expected (see bellow) or this is a feature of Wget 1.25.0? Kind Regards, Zoran wget example: bash-5.2$ wget -c -m -np https://galaksija.net/my2cents_video.html --2025-01-23 02:29:10-- https://galaksija.net/my2cents_video.html Resolving galaksija.net (galaksija.net)... 185.27.134.219 Connecting to galaksija.net (galaksija.net)|185.27.134.219|:443... connected. ERROR: cannot verify galaksija.net's certificate, issued by ‘CN=R10,O=Let's Encrypt,C=US’: Unable to locally verify the issuer's authority. To connect to galaksija.net insecurely, use `--no-check-certificate'. bash-5.2$ wget -c -m -np --no-check-certificate https://galaksija.net/my2cents_video.html -d DEBUG output created by Wget 1.25.0 on linux-gnu. Reading HSTS entries from /home/zdavid/.wget-hsts URI encoding = ‘UTF-8’ URI encoding = ‘UTF-8’ Enqueuing https://galaksija.net/my2cents_video.html at depth 0 Queue count 1, maxcount 1. [IRI Enqueuing ‘https://galaksija.net/my2cents_video.html’ with ‘UTF-8’ Dequeuing https://galaksija.net/my2cents_video.html at depth 0 Queue count 0, maxcount 1. Converted file name 'galaksija.net/my2cents_video.html' (UTF-8) -> 'galaksija.net/my2cents_video.html' (UTF-8) --2025-01-23 02:29:15-- https://galaksija.net/my2cents_video.html Resolving galaksija.net (galaksija.net)... 185.27.134.219 Caching galaksija.net => 185.27.134.219 Connecting to galaksija.net (galaksija.net)|185.27.134.219|:443... connected. Created socket 3. Releasing 0x000000002a190620 (new refcount 1). Initiating SSL handshake. Handshake successful; connected socket 3 to SSL handle 0x000000002a191c10 certificate: subject: CN=galaksija.net issuer: CN=R10,O=Let's Encrypt,C=US WARNING: cannot verify galaksija.net's certificate, issued by ‘CN=R10,O=Let's Encrypt,C=US’: Unable to locally verify the issuer's authority.