mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-17 09:06:55 +01:00
@@ -152,9 +152,9 @@ public final class Downloader {
|
||||
conn = null;
|
||||
}
|
||||
if ("Connection reset".equalsIgnoreCase(ex.getMessage())) {
|
||||
final String msg = format("TLS Connection Reset%nThis is a known issue for somme JRE/JDK; please see " +
|
||||
"https://github.com/jeremylong/DependencyCheck/issues/561%nUntil this issue is resolved please " +
|
||||
"consider trying a different JRE/JDK.", url.toString());
|
||||
final String msg = format("TLS Connection Reset%nPlease see "
|
||||
+ "http://jeremylong.github.io/DependencyCheck/general/tlsfailures.html "
|
||||
+ "for more information regarding how to resolve the issue.", url.toString());
|
||||
LOGGER.error(msg);
|
||||
throw new DownloadFailedException(msg, ex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user