Merge pull request #469 from oldium/fixes/ssl-noaddressfound

Catch also NoAddressFoundException from DNS.
This commit is contained in:
Aleksandar Fabijanic
2014-06-09 18:57:30 -05:00

View File

@@ -124,6 +124,9 @@ bool X509Certificate::verify(const Poco::Crypto::X509Certificate& certificate, c
}
}
}
catch (NoAddressFoundException&)
{
}
catch (HostNotFoundException&)
{
}