Skip to content

Remove ssl-ca-file property

Ross Burton requested to merge rburton/librest:removeca into master

Instead of trying to find a CA certificate chain on the host and passing what we find via RestProxy to SoupSession, just let SoupSession do the right thing using GTlsDatabase.

Merge request reports