missing item in the SSL certification invalidity handling

pull/595/head
Osma Ahvenlampi 2023-07-03 15:47:42 +03:00
rodzic f0bc0d8bed
commit f5120cd28b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -172,7 +172,7 @@ class Domain(StatorModel):
)
except httpx.HTTPError:
pass
except ssl.SSLCertVerificationError:
except ( ssl.SSLCertVerificationError, ssl.SSLError ):
return None
else:
try: