SSL issues faced using wget

Hi, I am facing challenges with wget connecting to github from multiple devices on my network.

Connecting to raw.githubusercontent.com (raw.githubusercontent.com)|185.199.111.133|:443... connected.
GnuTLS: Error in the pull function.
Unable to establish SSL connection

I am unable to narrow down the source of the problem. I suspect it has to do with my network settings. I wonder if someone can help.

Is the time and date correct ?

yes, it is correct

1 Like

Since the issue is with multiple devices, maybe it's on github's end. Have you tried cURL?

1 Like

yes curl also responds with error

curl: (35) OpenSSL SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:443 

I find this pretty much standard with github from time to time. Especially common on weekends.

The only thing to do is to try again and again or wait for the workdays to arrive because then github always start working again.

I had this issue last night on fresh install; ensure timezone/date&time is set up correctly and it'll work (I saw it was already suggested---but that's how I got it working here; was set to UTC and local time.)