DependencyCheck icon indicating copy to clipboard operation
DependencyCheck copied to clipboard

Connection to proxy is not successed

Open tadlakha9 opened this issue 9 months ago • 1 comments

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 image

tadlakha9 avatar May 09 '24 06:05 tadlakha9

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.

aikebah avatar Jun 21 '24 18:06 aikebah