Bug 1440873
| Summary: | curl can't load EC certificates from files | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Hristo Venev <hristo> |
| Component: | curl | Assignee: | Kamil Dudka <kdudka> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 26 | CC: | akostadi, dwmw2, john.j5live, kdudka, paul |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | curl-7.54.0-3.fc27 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-05-03 17:51:00 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: | |||
|
Description
Hristo Venev
2017-04-10 16:15:23 UTC
This is a limitation of nss-pem. Please consider opening a pull request at: https://github.com/kdudka/nss-pem Note that curl is currently undergoing the system wide change process to be recompiled against OpenSSL in Fedora 27: https://fedoraproject.org/wiki/Changes/libcurlBackToOpenSSL If the change is approved and successfully implemented, this bug will probably go away. You can try testing packages from the following Copr: https://copr.fedorainfracloud.org/coprs/kdudka/curl-minimal/ This message is a reminder that Fedora 26 is nearing its end of life. Approximately 4 (four) weeks from now Fedora will stop maintaining and issuing updates for Fedora 26. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a Fedora 'version' of '26'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, simply change the 'version' to a later Fedora version. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora 26 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora, you are encouraged change the 'version' to a later Fedora version prior this bug is closed as described in the policy above. Although we aim to fix as many bugs as possible during every release's lifetime, sometimes those efforts are overtaken by events. Often a more recent Fedora release includes newer upstream software that fixes bugs or makes them obsolete. This is working for me on Fedora 27. For anybody hitting this issue and coming here from search engines, just FYI this is the Red Hat Enterprise Linux 7 kbase: https://access.redhat.com/solutions/3390021 tl;dr; one needs to export certificate in user local nss keystore and specify to curl via alias (In reply to Aleksandar Kostadinov from comment #3) > This is working for me on Fedora 27. (lib)curl in Fedora 27 does not use nss/nss-pem any more. It uses OpenSSL again: https://fedoraproject.org/wiki/Changes/libcurlBackToOpenSSL I know, that's why I marked issue as fixed. Or should I have marked it as NOTABUG or WONTFIX or EOL because it was filed against Fedora 26? Sorry, I misunderstood your comment. Let's close it NEXTRELEASE as it is already reassigned to curl and curl works as expected in Fedora 27. |