You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: