[gstreamer-bugs] [Bug 623047] elements/souphttpsrc unit test fails

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 12 02:42:34 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=623047
  GStreamer | gst-plugins-good | git

Edward Hervey <bilboed> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |NOTABUG

--- Comment #9 from Edward Hervey <bilboed at gmail.com> 2010-07-12 09:42:33 UTC ---
Closing this bug again This was fixed in libsoup. That fix isn't available yet
in any libsoup release, but most distros have backported the fix.

http://git.gnome.org/browse/libsoup/commit/?id=01a43ad9824fba77384534c6d588e0e0d653986e

Disable TLS 1.2 in addition to 1.0 and 1.1
Due to bug 581342 we want to only negotiate SSL 3.0. Previously we were telling
gnutls to not do TLS1.0 or TLS1.1, but that means with newer versions of gnutls
that support TLS1.2 it would try to negotiate that instead and generally fail.
Fix that by disabling TLS1.2 too (which works fine even with gnutls versions
that don't support TLS1.2 yet).
https://bugzilla.gnome.org/show_bug.cgi?id=622857

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list