Quantcast
Channel: sleeplessbeastie's notes
Viewing all articles
Browse latest Browse all 770

How to ignore certificate verification errors when using wget

$
0
0
Ignore certificate verification errors when using wget. Try to access the address secured by a self-signed certificate. $ wget --output-document - https://nextcloud.example.org --2021-07-16 13:59:59-- https://nextcloud.example.org/ Resolving nextcloud.example.org (nextcloud.example.org)... 192.168.8.32 Connecting to nextcloud.example.org (nextcloud.example.org)|192.168.8.32|:443... connected. ERROR: cannot verify nextcloud.example.org's certificate, issued by ‘CN=nextcloud.example.org’: Self-signed certificate encountered. To connect to nextcloud.example.org insecurely, use `--no-check-certificate'. $ wget --quiet […]

Viewing all articles
Browse latest Browse all 770

Trending Articles