| Summary: | units_cur: ssl certificate verify fails | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Tarenskeen <m.tarenskeen> |
| Component: | ca-certificates | Assignee: | Kai Engert (:kaie) (inactive account) <kengert> |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 23 | CC: | jorton, kdudka, kengert, pwouters, tmraz |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-05 13:21:49 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
Martin Tarenskeen
2016-04-03 19:32:56 UTC
units_cur connects http://rss.timegenie.com/forex.xml which now redirects to https://rss.timegenie.com/forex.xml . The server certificate is signed by the Let's Encrypt certificate authority, which does not seem to be trusted on Fedora 23. After adding the CA certificate among trusted roots, units_cur works as expected. I am switching the component to ca-certificates, which maintains roots of trust. Minimal example: $ wget https://rss.timegenie.com/forex.xml --2016-04-04 14:56:47-- https://rss.timegenie.com/forex.xml Resolving rss.timegenie.com (rss.timegenie.com)... 178.63.47.14 Connecting to rss.timegenie.com (rss.timegenie.com)|178.63.47.14|:443... connected. ERROR: cannot verify rss.timegenie.com's certificate, issued by ‘CN=Let's Encrypt Authority X1,O=Let's Encrypt,C=US’: Unable to locally verify the issuer's authority. To connect to rss.timegenie.com insecurely, use `--no-check-certificate'. I guess this type of error will become increasingly common until Mozilla accepts the LE root. *** This bug has been marked as a duplicate of bug 1294526 *** I believe this is misconfiguration on their side - they should include the cross-signed intermediated certificate that Let's Encrypt has. Also it seems it was already resolved on the server side. |