mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-03-19 15:54:52 +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())) {
|
if ("Connection reset".equalsIgnoreCase(ex.getMessage())) {
|
||||||
final String msg = format("TLS Connection Reset%nPlease see "
|
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.");
|
+ "for more information regarding how to resolve the issue.");
|
||||||
LOGGER.error(msg);
|
LOGGER.error(msg);
|
||||||
throw new DownloadFailedException(msg, ex);
|
throw new DownloadFailedException(msg, ex);
|
||||||
|
|||||||
Reference in New Issue
Block a user