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

javascript - Feed FileReader from server side files -

java - How to create your own button and Use it with Scene Builder for javafx -

c++ - Drawing a circle in directx 9 -