-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Affects Version/s: 6.11.0, 6.10.3, 6.15.0
-
Fix Version/s: None
-
Component/s: PyPI, Smart Remote Repository
-
Labels:
-
Severity:Critical
-
Regression:Yes
When working with Pypi local reposiotry the index file located at http://localhost:8081/artifactory/api/pypi/pypi/simple/, however, when we configure Artifactory as smart remote, the remote remote URL request get changed to http://localhost:8082/artifactory/api/pypi/pypi//simple and 404 response get returned.
Steps to reproduce:
1. setup two Artifactory servers.
2. at server #1 configure local pypi repo and deploy few artifacts to it.
3. at server #2 configure remote repository to the local repository in server #1.
4. try to install package using the remote repo
- is related to
-
RTFACT-20779 api/pypi in the smart remote URL breaks installation of packages
- Closed