From 773e2803396dfad77732976af529cbc64cdfa5e5 Mon Sep 17 00:00:00 2001 From: Will Stranathan Date: Mon, 24 Mar 2014 19:59:13 -0400 Subject: [PATCH] Switched default Nexus to SSL to fix 301 issues Former-commit-id: 8a91f133e64ed6f74f7adcc2d239d36edb57d7e1 --- .../src/main/resources/dependencycheck.properties | 2 +- .../src/test/resources/dependencycheck.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dependency-check-core/src/main/resources/dependencycheck.properties b/dependency-check-core/src/main/resources/dependencycheck.properties index 48686bcd5..c80501203 100644 --- a/dependency-check-core/src/main/resources/dependencycheck.properties +++ b/dependency-check-core/src/main/resources/dependencycheck.properties @@ -50,7 +50,7 @@ analyzer.assembly.enabled=true # the URL for searching Nexus for SHA-1 hashes and whether it's enabled analyzer.nexus.enabled=true -analyzer.nexus.url=http://repository.sonatype.org/service/local/ +analyzer.nexus.url=https://repository.sonatype.org/service/local/ # If set to true, the proxy will still ONLY be used if the proxy properties (proxy.url, proxy.port) # are configured analyzer.nexus.proxy=true diff --git a/dependency-check-core/src/test/resources/dependencycheck.properties b/dependency-check-core/src/test/resources/dependencycheck.properties index 6db3dc947..de8e116ff 100644 --- a/dependency-check-core/src/test/resources/dependencycheck.properties +++ b/dependency-check-core/src/test/resources/dependencycheck.properties @@ -49,7 +49,7 @@ cve.url-1.2.base=http://nvd.nist.gov/download/nvdcve-%d.xml # the URL for searching Nexus for SHA-1 hashes and whether it's enabled analyzer.nexus.enabled=true -analyzer.nexus.url=http://repository.sonatype.org/service/local/ +analyzer.nexus.url=https://repository.sonatype.org/service/local/ # If set to true, the proxy will still ONLY be used if the proxy properties (proxy.url, proxy.port) # are configured analyzer.nexus.proxy=true