This may be a similar post to what others have mentioned but wget with –no-check-certificate returns “Unable to establish SSL connection”
wget https://example.com/xyz Unable to establish SSL connection.
Same with curl.
Any way to fix it ?
Advertisement
Answer
try wget --no-check-certificate https://example.com/xyz