File epiphany-fix-no-ca-file.patch of Package epiphany.openSUSE_11.4_Update
Index: epiphany-2.30.6/embed/ephy-embed-single.c
===================================================================
--- epiphany-2.30.6.orig/embed/ephy-embed-single.c
+++ epiphany-2.30.6/embed/ephy-embed-single.c
@@ -471,6 +471,9 @@ ephy_embed_single_initialize (EphyEmbedS
SOUP_SESSION_SSL_STRICT, FALSE,
NULL);
} else {
+ g_object_set (session,
+ SOUP_SESSION_SSL_STRICT, FALSE,
+ NULL);
g_warning (_("CA Certificates file we should use was not found, "\
"all SSL sites will be considered to have a broken certificate."));
}