GNOME Bugzilla – Bug 709647
libsoup returns erroneous BAD_REQUEST when the server is running https
Last modified: 2013-10-08 16:26:57 UTC
We can have a SoupServer running https also by set "tls-certificate" property manually
Created attachment 256740 [details] [review] SoupServer: check only for tls-certificate to know if a server is running plain http or https We can check only for "tls-certificate", once it's set whether "ssl-cert-file" and "ssl-key-file" are set.
pushed to master, and will be in 2.44.1 / GNOME 3.10.1. Thanks Attachment 256740 [details] pushed as fb2fddb - SoupServer: check only for tls-certificate to know if a server is running plain http or https