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 -

c++ - What's the differece between of link to a dynamic file and as a input object? -

Android Unit Testing / Mockito: android.location.Location not mocked -