This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients benjamin.peterson, dstufft, gregory.p.smith, pitrou, vstinner
Date 2017-05-02.14:44:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493736284.13.0.622029485806.issue30231@psf.upfronthosting.co.za>
In-reply-to
Content
The public cyrus.andrew.cmu.edu IMAP server (port 993) doesn't accept TLS connection using our self-signed x509 certificate. The following two tests of test_imaplib were skipped by the issue #30175:

* test_logincapa_with_client_certfile() of RemoteIMAP_SSLTest
* test_logincapa_with_client_ssl_context() of RemoteIMAP_SSLTest

We should either remove these tests or spawn an IMAP server which accepts such certificate on pythontest.net.

@Benjamin: Is there someone available to build such IMAP server on pythontest.net? Or do you suggest to just remove the 2 unit tests?
History
Date User Action Args
2017-05-02 14:44:44vstinnersetrecipients: + vstinner, gregory.p.smith, pitrou, benjamin.peterson, dstufft
2017-05-02 14:44:44vstinnersetmessageid: <1493736284.13.0.622029485806.issue30231@psf.upfronthosting.co.za>
2017-05-02 14:44:44vstinnerlinkissue30231 messages
2017-05-02 14:44:43vstinnercreate