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

Use https url to perform connectivity check #4284

Merged
merged 1 commit into from
Nov 13, 2023

Conversation

smithyuk
Copy link
Contributor

Summary

Change internet connectivity check to use HTTPS, previous check was for ICMP which may not be possible and doesn't confirm whether further steps will work correctly

Closes #3978

Changes

Change internet connectivity check to use HTTPS

Testing

Tested code in isolation

Possible Regressions

Checklist

  • Read the contributions page.
  • Submitted the CLA form, if you are a first time contributor.
  • The introduced changes are covered by unit and/or integration tests.

Notes

Previous check was for ICMP which may not be possible and doesn't
confirm whether further steps will work correctly
@smithyuk
Copy link
Contributor Author

smithyuk commented Nov 1, 2023

@ktsakalozos Re-signed CLA (using email as launchpad id this time) and joined group

@bschimke95
Copy link
Contributor

Hi @smithyuk
Seems like there is still an issue with the CLA.

- smithyuk1@live.co.uk ✕ (has not signed the CLA)

Could you please check again?

@smithyuk
Copy link
Contributor Author

smithyuk commented Nov 8, 2023

Hi @smithyuk Seems like there is still an issue with the CLA.

- smithyuk1@live.co.uk ✕ (has not signed the CLA)

Could you please check again?

Re-signed, I think this is looking up based on email and not whatever I set my GitHub username to in the CLA signing. So I signed with the same email that my commit was as. Cheers

@bschimke95 bschimke95 self-requested a review November 9, 2023 13:02
Copy link
Contributor

@neoaggelos neoaggelos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@bschimke95 bschimke95 merged commit a152eaa into canonical:master Nov 13, 2023
14 checks passed
@bschimke95 bschimke95 removed their request for review November 13, 2023 12:03
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.

Internet connectivity check fails if ICMP traffic is restricted
3 participants