diff --git a/Azimuth/zenith.py b/Azimuth/zenith.py index f28fc4f..21e7b48 100644 --- a/Azimuth/zenith.py +++ b/Azimuth/zenith.py @@ -136,7 +136,8 @@ def open_zenith_service(self, fqdn: str, authenticate: bool = True): response = httpx.get( zenith_url, follow_redirects = True, - cookies = { c["name"]: c["value"] for c in self._driver.get_cookies() } + cookies = { c["name"]: c["value"] for c in self._driver.get_cookies() }, + verify = scheme == "https" ) except httpx.TransportError: # We want to retry these exceptions