mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 07:43:40 +01:00
Fixed URL of TLS Failures page
This commit is contained in:
2
dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java
Normal file → Executable file
2
dependency-check-utils/src/main/java/org/owasp/dependencycheck/utils/Downloader.java
Normal file → Executable 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);
|
||||
|
||||
Reference in New Issue
Block a user