Bug 2139337
Summary: | Fall back automagically to HTTP1.1 from HTTP2.0 when performing auth method | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Renaud Métrich <rmetrich> | |
Component: | curl | Assignee: | Kamil Dudka <kdudka> | |
Status: | CLOSED ERRATA | QA Contact: | Daniel Rusek <drusek> | |
Severity: | high | Docs Contact: | ||
Priority: | urgent | |||
Version: | 8.7 | CC: | ddallos, fhirtz, fkrska, kdudka | |
Target Milestone: | rc | Keywords: | Patch, Triaged, ZStream | |
Target Release: | --- | |||
Hardware: | All | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | curl-7.61.1-27.el8 | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2144493 (view as bug list) | Environment: | ||
Last Closed: | 2023-05-16 09:03:39 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: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2144493 |
Description
Renaud Métrich
2022-11-02 08:42:04 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Low: curl security and bug fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2023:2963 I'm reopening this bug report because the customer is still seeing the issue: -------------------------------------------- I've retested using: # rpm -q curl libcurl curl-7.61.1-34.el8_10.2.x86_64 libcurl-7.61.1-34.el8_10.2.x86_64 and the issue with POST reported on 2023.01.25 is still present. When executing this command: $ /bin/curl -H'Content-type: text/plain' --negotiate -u : --data-binary "@/tmp/hostcert-RztIkM5UoQ/host.csr" --output /tmp/hostcert-RztIkM5UoQ/host.p7b --trace /var/tmp/curl.trace -s -S -w "%{http_code}" https://$SIGNING_SERVICE the trace file still ends with this without sending an HTTP/1.1 request: == Info: HTTP/2 stream 0 was not closed cleanly: HTTP_1_1_REQUIRED (err 13) == Info: Forcing HTTP/1.1 for NTLM== Info: stopped the pause stream! == Info: Connection #0 to host <elided> left intact Continuing in: https://issues.redhat.com/browse/RHEL-73788 |