| Summary: | Proxy Configuration dialog ignores credentials when no auth proxy url entered | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Jan Stavel <jstavel> |
| Component: | rhn-client-tools | Assignee: | Gennadii Altukhov <galtukho> |
| Status: | CLOSED WONTFIX | QA Contact: | Red Hat Satellite QA List <satqe-list> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.8 | CC: | csnyder, galtukho, jhutar, thozza, tkasparek, tlestach |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-10-24 17:56:29 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Jan Stavel
2016-04-08 08:17:41 UTC
The proxy dialog used in firstboot belongs to rhn-client-tools. Looks like we will not fix this *bug*.
Technical details:
We use a python's httplib.HTTPConnection on a bottom level. Levels:
1) rpclib to communicate with Satellite/RHN
2) transport for rpclib ("ProxyTransport" in a case of HTTP proxy and credentials provided)
3) connection for transport. We use HTTPProxyConnection - this is just httplib.HTTPConnection with additional header "Proxy-Authorization: Basic <encoded_credentials>".
In a case when proxy doesn't require authentification it ignores this header and returns us a connection.
So we cannot catch this situation.
Development Management has reviewed and declined this request. You may appeal this decision by reopening this request. |