Actions
Issue #5005
closedRPM remote sync ignores "proxy_url" settings
Status:
CLOSED - DUPLICATE
Priority:
Normal
Assignee:
-
Sprint/Milestone:
-
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Master
Platform Release:
OS:
CentOS 7
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
I cannot sync a repository from behind the corporate proxy. Worker tries to connect directly to url, ignoring proxy_url.
My remote definition:
{
"count": 1,
"next": null,
"previous": null,
"results": [
{
"_created": "2019-06-20T14:40:40.266506Z",
"_href": "/pulp/api/v3/remotes/rpm/rpm/1022756e-cdf1-4126-85b2-ec51e480d942/",
"_last_updated": "2019-06-20T14:40:40.266523Z",
"_type": "rpm.rpm",
"download_concurrency": 20,
"name": "bar",
"policy": "immediate",
"proxy_url": "http://http-proxy.cezdata.corp:8080",
"ssl_ca_certificate": null,
"ssl_client_certificate": null,
"ssl_client_key": null,
"ssl_validation": true,
"url": "https://repos.fedorapeople.org/pulp/pulp/fixtures/rpm-unsigned/",
"validate": true
}
]
}
Related issues
Actions