mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-28 03:20:11 +01:00
Merge pull request #469 from oldium/fixes/ssl-noaddressfound
Catch also NoAddressFoundException from DNS.
This commit is contained in:
@@ -124,6 +124,9 @@ bool X509Certificate::verify(const Poco::Crypto::X509Certificate& certificate, c
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
catch (NoAddressFoundException&)
|
||||||
|
{
|
||||||
|
}
|
||||||
catch (HostNotFoundException&)
|
catch (HostNotFoundException&)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user