Fixed URL of TLS Failures page

This commit is contained in:
Krzysztof Wilk
2017-08-17 10:53:27 +02:00
parent fb2b3159e8
commit 828ff5a1ec

View File

@@ -154,7 +154,7 @@ public final class Downloader {
}
if ("Connection reset".equalsIgnoreCase(ex.getMessage())) {
final String msg = format("TLS Connection Reset%nPlease see "
+ "http://jeremylong.github.io/DependencyCheck/general/tlsfailures.html "
+ "http://jeremylong.github.io/DependencyCheck/data/tlsfailure.html "
+ "for more information regarding how to resolve the issue.");
LOGGER.error(msg);
throw new DownloadFailedException(msg, ex);