Message292768
| 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:44 | vstinner | set | recipients: + vstinner, gregory.p.smith, pitrou, benjamin.peterson, dstufft |
| 2017-05-02 14:44:44 | vstinner | set | messageid: <1493736284.13.0.622029485806.issue30231@psf.upfronthosting.co.za> |
| 2017-05-02 14:44:44 | vstinner | link | issue30231 messages |
| 2017-05-02 14:44:43 | vstinner | create | |