testing fix to resolve connection issues with NVD

This commit is contained in:
Jeremy Long
2016-07-19 07:04:24 -04:00
parent af12a2161c
commit 034bd4dba0

View File

@@ -107,6 +107,7 @@ public final class URLConnectionFactory {
}
throw new URLConnectionFailureException("Error getting connection.", ex);
}
ConfigureTLS(url, conn);
return conn;
}