*** _ssl.c 2003-10-27 09:24:41.000000000 -0500 --- _ssl.c.new 2004-03-03 08:09:13.000000000 -0500 *************** *** 221,224 **** --- 221,225 ---- SSL_CTX_set_verify(self->ctx, SSL_VERIFY_NONE, NULL); /* set verify lvl */ + SSL_CTX_set_options(self->ctx, SSL_OP_ALL); /* ssl compatibility */ self->ssl = SSL_new(self->ctx); /* New ssl struct */ Py_END_ALLOW_THREADS