HTTPS on apt.syncthing.net via IPv6 not working

curl -v -6 https://apt.syncthing.net
*   Trying [2603:1020:200::682f:a65b]:443...
* Connected to apt.syncthing.net (2603:1020:200::682f:a65b) port 443 (#0)
* ALPN: offers h2,http/1.1
* TLSv1.3 (OUT), TLS handshake, Client hello (1):
*  CAfile: /etc/ssl/certs/ca-certificates.crt
*  CApath: /etc/ssl/certs

but ping works fine

ping -6 apt.syncthing.net
PING apt.syncthing.net(2603:1020:200::682f:a65b (2603:1020:200::682f:a65b)) 56 data bytes
64 bytes from 2603:1020:200::682f:a65b (2603:1020:200::682f:a65b): icmp_seq=1 ttl=106 time=166 ms
64 bytes from 2603:1020:200::682f:a65b (2603:1020:200::682f:a65b): icmp_seq=2 ttl=106 time=167 ms
64 bytes from 2603:1020:200::682f:a65b (2603:1020:200::682f:a65b): icmp_seq=3 ttl=106 time=166 ms
64 bytes from 2603:1020:200::682f:a65b (2603:1020:200::682f:a65b): icmp_seq=4 ttl=106 time=166 ms

Odd, should work, but I’ll take a look later today.

Works for me :man_shrugging:

Oh, I see. Our stuff works fine, but the last stage for the actual .deb file is now a redirect to Azure blob storage which doesn’t present an AAAA record… The same is apparently the case for our other release assets served from GitHub, fwiw.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.