[cfarm-users] cfarm439,440 blocked by github (probably)

Francois devel.fx.lebail at orange.fr
Sat Mar 28 09:36:22 CET 2026


On 25/03/2026 16:23, Luke Yasuda via cfarm-users wrote:
> Hi all,
> 
> I bring you the unfortunate news: at least cfarm439,440 (FreeBSD) are blocked by github, or the combination of those hosts and specific user agents are blocked. I'm not entirely sure. cfarm420..438 may also be affected.

Hi,

A workaround:

$ git remote -v
origin  https://github.com/xxx/yyy.git (fetch)                              
origin  https://github.com/xxx/yyy.git (push)

$ git pull
fatal: unable to access 'https://github.com/xxx/yyy.git/': Recv failure: Connection reset by peer

$ openssl s_client -connect github.com:443 < /dev/null
...
<Ctrl>-C
$ openssl s_client -connect github.com:443 < /dev/null
...

$ git pull
Already up to date.


More information about the cfarm-users mailing list