linux - Wget over SSL gives: Unable to establish SSL connection -
this may similar post others have mentioned wget --no-check-certificate returns "unable establish ssl connection"
wget https://example.com/xyz unable establish ssl connection.
same curl.
any way fix ?
try wget --no-check-certificate https://example.com/xyz
Comments
Post a Comment