mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-27 11:31:24 +01:00
testing fix to resolve connection issues with NVD
This commit is contained in:
@@ -107,6 +107,7 @@ public final class URLConnectionFactory {
|
|||||||
}
|
}
|
||||||
throw new URLConnectionFailureException("Error getting connection.", ex);
|
throw new URLConnectionFailureException("Error getting connection.", ex);
|
||||||
}
|
}
|
||||||
|
ConfigureTLS(url, conn);
|
||||||
return conn;
|
return conn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user