Amaury Forgeot d Arc <[email protected]> added the comment: The function SSL_set_SSL_CTX appeared somewhere "between 0.9.8n and 1.0.0", Which version of ssl is your system using?
CPython has conditional code to cope with older version of openssl (search for HAVE_SNI in _ssl.c), pypy should probably do the same. tag:easy ---------- nosy: +amaury status: unread -> chatting ________________________________________ PyPy bug tracker <[email protected]> <https://bugs.pypy.org/issue1490> ________________________________________ _______________________________________________ pypy-issue mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-issue
