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

Fix: no HTTPs in IPv4 diagnostic check #404

Merged
merged 1 commit into from
Sep 12, 2023

Conversation

odesenfans
Copy link
Collaborator

Problem: a node operator reports a timeout when attempting to connect to https://9.9.9.9. However, he can ping 9.9.9.9 just fine.

Solution: as the diagnostic check is targeted at IPv4 connectivity only, use a socket to attempt to connect to 9.9.9.9:53 directly.

@odesenfans odesenfans requested a review from hoh September 12, 2023 08:29
Problem: a node operator reports a timeout when attempting to connect to
`https://9.9.9.9`. However, he can ping `9.9.9.9` just fine.

Solution: as the diagnostic check is targeted at IPv4 connectivity only,
use a socket to attempt to connect to 9.9.9.9:53 directly.
@odesenfans odesenfans force-pushed the od-no-https-in-ipv4-diagnostic-check branch from 433cf19 to 2914b89 Compare September 12, 2023 11:31
@hoh hoh merged commit e1f4e0d into main Sep 12, 2023
12 checks passed
@hoh hoh deleted the od-no-https-in-ipv4-diagnostic-check branch September 12, 2023 12:14
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

Successfully merging this pull request may close these issues.

2 participants