aboutsummaryrefslogtreecommitdiffstats
path: root/embed
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gns@gnome.org>2010-02-23 03:32:20 +0800
committerGustavo Noronha Silva <gns@gnome.org>2010-02-23 03:33:59 +0800
commitf3ed2a94694b698bb3cb38bb08a741364fe2df9b (patch)
tree5651166f9916057f84572edb114bc08cda4c548f /embed
parent8daa3af1d4aecc92f7a0558173884ed703964476 (diff)
downloadgsoc2013-epiphany-f3ed2a94694b698bb3cb38bb08a741364fe2df9b.tar
gsoc2013-epiphany-f3ed2a94694b698bb3cb38bb08a741364fe2df9b.tar.gz
gsoc2013-epiphany-f3ed2a94694b698bb3cb38bb08a741364fe2df9b.tar.bz2
gsoc2013-epiphany-f3ed2a94694b698bb3cb38bb08a741364fe2df9b.tar.lz
gsoc2013-epiphany-f3ed2a94694b698bb3cb38bb08a741364fe2df9b.tar.xz
gsoc2013-epiphany-f3ed2a94694b698bb3cb38bb08a741364fe2df9b.tar.zst
gsoc2013-epiphany-f3ed2a94694b698bb3cb38bb08a741364fe2df9b.zip
Fix last patch to account for changes in soup API, and bump required version2.29.91
Diffstat (limited to 'embed')
-rw-r--r--embed/ephy-embed-single.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index 8c05532df..3b13e4f63 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -488,7 +488,7 @@ ephy_embed_single_initialize (EphyEmbedSingle *single)
if (g_file_test (GTLS_SYSTEM_CA_FILE, G_FILE_TEST_EXISTS)) {
g_object_set (session,
SOUP_SESSION_SSL_CA_FILE, GTLS_SYSTEM_CA_FILE,
- "ignore-ssl-cert-errors", TRUE,
+ SOUP_SESSION_SSL_STRICT, FALSE,
NULL);
} else {
g_warning (_("CA Certificates file we should use was not found, "\