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

Popular posts from this blog

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -