If contacting a DNS server fails, fall back to no verify
(cherry picked from commit 8065d73135531bfd6279c80ed2f63c0875e09b8d)
This commit is contained in:
parent
4878146862
commit
b07df293c7
1 changed files with 0 additions and 2 deletions
|
@ -498,8 +498,6 @@ public class Resolver {
|
|||
return result;
|
||||
} catch (DnssecValidationFailedException e) {
|
||||
Log.d(Config.LOGTAG, Resolver.class.getSimpleName() + ": error resolving " + type.getSimpleName() + " with DNSSEC. Trying DNS instead.", e);
|
||||
} catch (IOException e) {
|
||||
throw e;
|
||||
} catch (Throwable throwable) {
|
||||
Log.d(Config.LOGTAG, Resolver.class.getSimpleName() + ": error resolving " + type.getSimpleName() + " with DNSSEC. Trying DNS instead.", throwable);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue