After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 590464 - SOUP_STATUS_IO_ERROR on https URLs when built without TLS support
SOUP_STATUS_IO_ERROR on https URLs when built without TLS support
Status: RESOLVED FIXED
Product: libsoup
Classification: Core
Component: HTTP Transport
2.26.x
Other Linux
: Normal normal
: ---
Assigned To: libsoup-maint@gnome.bugs
libsoup-maint@gnome.bugs
Depends on:
Blocks:
 
 
Reported: 2009-08-01 15:33 UTC by Adrian Bunk
Modified: 2009-08-09 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Adrian Bunk 2009-08-01 15:33:04 UTC
While debugging a Liferea bug report I saw the following Liferea debug message: "NET: download status code: 7".

It turned out the user had a libsoup without TLS support that caused this problem when accessing https URLs.

What surprised me was that we got in this case a SOUP_STATUS_IO_ERROR (7) and not a SOUP_STATUS_SSL_FAILED (6).

Since this was a bit surprising I'm wondering whether that's intentional?
Comment 1 Dan Winship 2009-08-09 15:25:25 UTC
that was a bug. fixed.