Bug 625685
Summary: | Unable to use proxy with kerberos authentication for https | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Kamil Dudka <kdudka> | ||||
Component: | curl | Assignee: | Kamil Dudka <kdudka> | ||||
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE Security Team <qe-baseos-security> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | high | ||||||
Version: | 6.0 | CC: | luf, mhusnain, mvadkert, ovasik, paul | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
libcurl was unable to authenticate http proxies via Kerberos. This is now fixed and libcurl can successfully authenticate http proxies via Kerberos.
|
Story Points: | --- | ||||
Clone Of: | 625676 | ||||||
: | 989557 (view as bug list) | Environment: | |||||
Last Closed: | 2011-05-19 13:12:26 UTC | Type: | --- | ||||
Regression: | --- | Mount Type: | --- | ||||
Documentation: | --- | CRM: | |||||
Verified Versions: | Category: | --- | |||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
Cloudforms Team: | --- | Target Upstream Version: | |||||
Embargoed: | |||||||
Bug Depends On: | 625676 | ||||||
Bug Blocks: | 657396, 989557 | ||||||
Attachments: |
|
Description
Kamil Dudka
2010-08-20 06:55:55 UTC
upstream commits: https://github.com/bagder/curl/commit/e01cc77 https://github.com/bagder/curl/commit/13b8fc4 Created attachment 471853 [details]
upstream patches applied on el6 code
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: libcurl was unable to authenticate Kerberos proxies. This is now fixed and libcurl can successfully authenticate Kerberos proxies. Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1 +1 @@ -libcurl was unable to authenticate Kerberos proxies. This is now fixed and libcurl can successfully authenticate Kerberos proxies.+libcurl was unable to authenticate http proxies via Kerberos. This is now fixed and libcurl can successfully authenticate http proxies via Kerberos. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2011-0573.html |