Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Wget over SSL gives: Unable to establish SSL connection [closed]

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 ?

like image 906
Jason Avatar asked Dec 14 '22 06:12

Jason


1 Answers

try wget --no-check-certificate https://example.com/xyz

like image 79
Ali Yousefi Sabzevar Avatar answered Jan 14 '23 12:01

Ali Yousefi Sabzevar