GNOME Bugzilla – Bug 590464
SOUP_STATUS_IO_ERROR on https URLs when built without TLS support
Last modified: 2009-08-09 15:25:25 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?
that was a bug. fixed.