I have some software that periodically checks for updates on raw.githubusercontent.com that has worked fine for years but started failing intermittently around the start of July. I see this same thing on 3 different AfriHost+OpenServe fibre lines but not when I try the same on a separate, Vodacom connection.
I can consistently reproduce this with curl, getting intermittent connection resets approximately 10% of the time:
(arbitrarily testing against the Homebrew repo, but this happens for anything on raw.githubusercontent.com).
I also setup Smokeping to run this check every 5 minutes and it's happening very consistently:

This GitHub traffic appears to be served from a Fastly cache in CPT. Wondering if other folks on AfriHost are seeing the same thing?
I can consistently reproduce this with curl, getting intermittent connection resets approximately 10% of the time:
Bash:
for i in {1..100}; do
curl -vfsSNL -o /dev/null --retry 3 "https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh"
done
(arbitrarily testing against the Homebrew repo, but this happens for anything on raw.githubusercontent.com).
Code:
* Recv failure: Connection reset by peer
* OpenSSL SSL_connect: Connection reset by peer in connection to raw.githubusercontent.com:443
* Closing connection
curl: (35) Recv failure: Connection reset by peer
* OpenSSL SSL_read: Connection reset by peer, errno 54
* Failed receiving HTTP2 data: 56(Failure when receiving data from the peer)
* Connection #0 to host raw.githubusercontent.com left intact
curl: (56) Recv failure: Connection reset by peer
I also setup Smokeping to run this check every 5 minutes and it's happening very consistently:

This GitHub traffic appears to be served from a Fastly cache in CPT. Wondering if other folks on AfriHost are seeing the same thing?