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

IPv6 connection issues #57

Open
pkoryzna opened this issue Oct 28, 2023 · 0 comments
Open

IPv6 connection issues #57

pkoryzna opened this issue Oct 28, 2023 · 0 comments

Comments

@pkoryzna
Copy link

hi there, seems to me like there are some IPv6 reachability issues. There is an AAAA record:

;; ANSWER SECTION:
v6.bvg.transport.rest.	3513	IN	CNAME	thuya.jannisr.de.
thuya.jannisr.de.	82713	IN	AAAA	2a01:4f8:c012:91b7::

but that seems to not be reachable from my network:

% curl -6 -v https://v6.bvg.transport.rest/
* processing: https://v6.bvg.transport.rest/
*   Trying [2a01:4f8:c012:91b7::]:443...
* connect to 2a01:4f8:c012:91b7:: port 443 failed: Operation timed out
* Failed to connect to v6.bvg.transport.rest port 443 after 75008 ms: Couldn't connect to server
* Closing connection
curl: (28) Failed to connect to v6.bvg.transport.rest port 443 after 75008 ms: Couldn't connect to server

just in case it was something misconfigured on my side, I also tried on this website and it too cannot connect:

https://ready.chair6.net/?url=https%3A%2F%2Fv6.bvg.transport.rest%2F

this is causing a bit of a problem since some environments I am using default to v6 and time out without trying v4 (micropython)

let me know if you need more details!

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

1 participant