File python-3.0b3-ssl-compat.patch of Package python3

--- Modules/_ssl.c
+++ Modules/_ssl.c
@@ -309,6 +309,7 @@
 		errstr = ERRSTR("Invalid SSL protocol variant specified.");
 		goto fail;
 	}
+	SSL_CTX_set_options(self->ctx, SSL_OP_ALL); /* ssl compatibility */
 
 	if (certreq != PY_SSL_CERT_NONE) {
 		if (cacerts_file == NULL) {
openSUSE Build Service is sponsored by