Git gnutls hand shake failed… Error between keyboard and floor?

Any workarounds? Manually download repository? Hosting company is running Trusty which I don’t have much control over. :expressionless:

can you use ipv6? i thought about making a ipv6 only (AAAA) direct record to git.tt-rss.org since this wouldn’t expose origin ipv4 IP.

Yes, it looks like ipv6 is enabled on the host.

alternatively maybe a better idea would be setting up an automatic mirror somewhere like gitlab; however i’m not sure how friendly those services are to clients with older OSes.

apparently i have a gitlab account

https://gitlab.com/gothfox/tt-rss

someone with a vintage OS check if it works for you

I just tried and got a 403 error. I was able to clone one of my own repos from gitlab to my web host, so in principle it should work.

i poked at project settings a bit and cloning over https works for me now, without authentication.

homepc:Downloads:$ git clone https://gitlab.com/gothfox/tt-rss-android.git
Cloning into 'tt-rss-android'...
remote: Enumerating objects: 21213, done.
remote: Counting objects: 100% (21213/21213), done.
remote: Compressing objects: 100% (4984/4984), done.
^Cceiving objects:  41% (8698/21213), 748.00 KiB | 735.00 KiB/s   
homepc:Downloads:$ git clone https://gitlab.com/gothfox/tt-rss.git
Cloning into 'tt-rss'...
remote: Enumerating objects: 65023, done.
remote: Counting objects: 100% (65023/65023), done.
remote: Compressing objects: 100% (24869/24869), done.
^Cceiving objects:  12% (7803/65023), 972.00 KiB | 931.00 KiB/s   

Works for me now too, thanks!