DependencyCheck
DependencyCheck copied to clipboard
Connection to proxy is not successed
we have setup the jfrog artifactory in local, so that it would work as a proxy but we are getting connectException.
Solution tried:
- we have provided the pass the proxy following proxy configuration
- pass the proxy configuration within proxyExtension class as below still the same
I don't think Jfrog artifactory functions as a HTTP(s)-proxy, so my gut feel is you are mixing up two different proxy concepts:
The proxy of the configuration is for a HTTP-proxy, an infrastructure component allowing you to access the internet for HTTP traffic in an internet-shielded environment
I expect the JFrog artifactory proxy is an 'artifact proxy-repository' being an on-premise artifact repository that can reach out to configured intenet artifact repositories to retrieve (and then cache) artifacts that cannot be found locally in a hosted repository or in the proxy-repository-cache.