diff --git a/syncplay/protocols.py b/syncplay/protocols.py index 1b63774..e52bb15 100755 --- a/syncplay/protocols.py +++ b/syncplay/protocols.py @@ -85,6 +85,8 @@ class SyncClientProtocol(JSONCommandProtocol): try: if "Invalid DNS-ID" in str(reason.value): self._client._serverSupportsTLS = False + elif "certificate verify failed" in str(reason.value): + self._client._serverSupportsTLS = False except: pass self._client.destroyProtocol()