diff --git a/Modules/checkingUpdate.py b/Modules/checkingUpdate.py index ea16bda00..c43bab3ef 100644 --- a/Modules/checkingUpdate.py +++ b/Modules/checkingUpdate.py @@ -205,7 +205,7 @@ def is_internet_available(self): Returns: bool: True if the internet is available, False otherwise. """ - url = "http://www.google.com" + url = "https://www.google.com" timeout = 3 try: