I just cloned the repository. I am behind corporate proxy. Specifically for https protocol. I see that one test fails under this scenario.
This is the failure.
[ERROR] Tests run: 9, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.861 s <<< FAILURE! - in org.owasp.dependencycheck.data.artifactory.ArtifactorySearchTest
[ERROR] shouldFailWhenHostUnknown(org.owasp.dependencycheck.data.artifactory.ArtifactorySearchTest) Time elapsed: 0.104 s <<< ERROR!
java.io.IOException: Unable to tunnel through proxy. Proxy returns "HTTP/1.1 503 Service Unavailable"
at org.owasp.dependencycheck.data.artifactory.ArtifactorySearchTest.shouldFailWhenHostUnknown(ArtifactorySearchTest.java:89)
I just cloned the repository. I am behind corporate proxy. Specifically for
httpsprotocol. I see that one test fails under this scenario.This is the failure.