GNOME Bugzilla – Bug 663783
Need to specify a CA file to protect against MITM
Last modified: 2011-11-10 16:32:43 UTC
See - https://bugzilla.redhat.com/show_bug.cgi?id=752022 If ssl-strict is TRUE in libsoup (default TRUE) then we if we provide an SSL (ssl-ca-file) certificate file - non trusted certificates will cause an SSL failure.
commit e01f2be50938a629cec7adaace3d7635282369d2 Author: Rob Bradford <rob@linux.intel.com> Date: Thu Nov 10 16:26:07 2011 +0000 proxy: Force all SSL certificates to be trusted By setting the CA file we make it a certificate error if the certificate is self-signed. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663783 commit 9229ec62b17660536d1bb1e9af6abab2c1ea6dac Author: Rob Bradford <rob@linux.intel.com> Date: Thu Nov 10 16:23:16 2011 +0000 build: Detect CA file location It will autodetect and also allow the setting of the CA file by a configure option. This code was stolen from glib-networking's configure.ac Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663783