--- src/core/network-openssl.c.orig	2010-04-03 17:32:04.000000000 +0000
+++ src/core/network-openssl.c	2010-04-03 17:37:34.000000000 +0000
@@ -406,6 +406,7 @@
 		g_error("Could not allocate memory for SSL context");
 		return NULL;
 	}
+	SSL_CTX_set_options(ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2);
 
 	if (mycert && *mycert) {
 		char *scert = NULL, *spkey = NULL;
