Closed
Description
I did this
We've received the following bug in Debian:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1076800
We are linking curl against GnuTLS, and the following error started happening:
# curl -w '%{size_header}' https://feeds2.feedburner.com/OreillyConferencesOSCON
curl: (100) Failed extracting certificate chain
I expected the following
When using curl linked against OpenSSL, I see:
$ curl -w '%{size_header}' https://feeds2.feedburner.com/OreillyConferencesOSCON
<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:georss="http://www.georss.org/georss" xmlns:twitter="http://api.twitter.com" version="2.0" xmlns:atom="http://www.w3.org/2005/A
tom">
<channel>
<title>Twitter / oscon</title>
<link>http://twitter.com/oscon</link>
<atom:link rel="self" href="http://api.twitter.com/1/statuses/user_timeline.rss?screen_name=oscon" type="application/rss+xml"/>
<description>Twitter updates from O'Reilly OSCON / oscon.</description>
<language>en-us</language>
<ttl>40</ttl>
<item>
<title>oscon: Easily Invoke Common Protocols with Twisted - Spin up Python-friendly services with 0 lines of code http://t.co/29oTkk0i
sW</title>
...
</channel>
</rss>
1494
The output above has been truncated for readability.
curl/libcurl version
curl 8.9.1
operating system
Debian unstable
Metadata
Metadata
Assignees
Labels
No labels