문제

My main question is whether it is possible in Nexus OSS to proxy a repository which is a hosted repository in a separate nexus instance. I.e.

nexus instance 1: http://instance-one:8081/nexus
nexus instance 2: http://instance-two:8081/nexus

I want to add the releases of instance 2 (http://instance-two:8081/nexus/content/repositories/releases) as a proxy repository in instance-one.

When I try to do this, the repository in instance-one says 'In Service - Remote Automatically Blocked and Unavailable'.

Is it true that this type of proxying is only available in nexus pro?

도움이 되었습니까?

해결책

This is of course easily possible in Nexus Open Source. You must have some sort of configuration issue. For starters confirm that you can ping instance 2 from instance 1. Then ensure that the urls you have configured in the proxy repo are reachable.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top