[Bug 783542] souphttpsrc: test_https unit test failure

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Nov 10 09:20:11 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=783542

Edward Hervey <bilboed at bilboed.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.12.4

--- Comment #3 from Edward Hervey <bilboed at bilboed.com> ---
Fixed by these commits :

commit aa8ac28d86a5c45314a6d62cfd579842f8aecad2
Author: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
Date:   Tue Jun 20 16:39:36 2017 +0200

    tests: souphttpsrc: Avoid deprecated ssl-ca-file property

    SoupSession's ssl-ca-file property is deprecated. Use the recommended
    tls-database property.

    This is a bit more complex as it requires creating a GTlsFileDatabase
    object for an absolute (!) path to the CA certificates file.

    https://bugzilla.gnome.org/show_bug.cgi?id=784005

commit 9922091f1b50bf6c48ffb25be4e3bccabcee209c
Author: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
Date:   Tue Jun 20 16:37:55 2017 +0200

    tests: souphttpsrc: Avoid deprecated server ssl properties

    The ssl-cert-file and ssl-key-file properties are deprecated. Use the
    soup_server_set_ssl_cert_file function to load the files.

    https://bugzilla.gnome.org/show_bug.cgi?id=784005

commit 27a0ea8cf54f580f2babb03ddadccb7ea7616f56
Author: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
Date:   Tue Jun 20 16:34:41 2017 +0200

    tests: souphttpsrc: Make ssl_cert/key_file static

    Just a bit of cleanup.

    https://bugzilla.gnome.org/show_bug.cgi?id=784005

-- 
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