mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +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);
|
||||
}
|
||||
ConfigureTLS(url, conn);
|
||||
return conn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user