Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

www.openttd.org is offline via IPv6 #101

Closed
kernigh opened this issue Oct 5, 2019 · 1 comment
Closed

www.openttd.org is offline via IPv6 #101

kernigh opened this issue Oct 5, 2019 · 1 comment

Comments

@kernigh
Copy link

kernigh commented Oct 5, 2019

Hours ago, some Reddit users began to report that https://www.openttd.org was offline, while other users reported that it was online. For me, it works via IPv4 but not via IPv6.

Version of OpenTTD

Expected result

https://www.openttd.org should be online.

Actual result

I have both IPv4 and IPv6 service.

  • DuckDuckGo for Android: "Webpage not available" "net:;ERR_CONNECTION_RESET"
  • DuckDuckGo for iOS: "DuckDuckGo can't load this page." "An SSL error has occurred and a secure connection to the server cannot be made."
  • Firefox for Android: "Secure Connection Failed" "The page you are trying to view cannot be shown because the authenticity of the received data could not be verified."
  • Firefox for iOS: "The network connection was lost." "NSURLErrorDomain"
  • Firefox for OpenBSD: Site is online. OpenBSD resolv.conf(5) says, "By default IPv4 addresses are queried first, and then IPv6 addresses."
  • Samsung Internet for Android: "This site can't be reached" "net::ERR_CONNECTION_RESET"

I used OpenBSD ftp(1) -4 and -6 to test the connection; -4 works and -6 fails:

$ ftp -4o /dev/null https://www.openttd.org
Trying 178.128.142.182...
Requesting https://www.openttd.org
100% |**************************************************| 11732       00:00
11732 bytes received in 0.00 seconds (9.34 MB/s)
$ ftp -6o /dev/null https://www.openttd.org 
Trying 2a03:b0c0:2:d0::dc6:7001...
Requesting https://www.openttd.org
ftp: SSL write error: handshake failed: Connection reset by peer

Steps to reproduce

Visit https://www.openttd.org with an internet connection with IPv6 service, and a browser that prefers IPv6 over IPv4.

@LordAro LordAro transferred this issue from OpenTTD/OpenTTD Oct 5, 2019
@TrueBrain
Copy link
Member

Tnx for the detailed report. Duplicate of #93. Should be fixed again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants