From f3ed2a94694b698bb3cb38bb08a741364fe2df9b Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Mon, 22 Feb 2010 16:32:20 -0300 Subject: Fix last patch to account for changes in soup API, and bump required version --- embed/ephy-embed-single.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-embed-single.c') 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, "\ -- cgit v1.2.3