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 pitrou
Recipients daniel-black, giampaolo.rodola, grooverdan, pitrou, r.david.murray
Date 2013-02-10.13:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360504287.22.0.106696849977.issue10852@psf.upfronthosting.co.za>
In-reply-to
Content
I'm getting a test failure in test_ftplib:

======================================================================
ERROR: test_data_connection (test.test_ftplib.TestTLS_FTPClass)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_ftplib.py", line 834, in test_data_connection
    with self.client.transfercmd('list') as sock:
  File "/home/antoine/cpython/default/Lib/ftplib.py", line 386, in transfercmd
    return self.ntransfercmd(cmd, rest)[0]
  File "/home/antoine/cpython/default/Lib/ftplib.py", line 756, in ntransfercmd
    self.context.load_cert_chain(self.certfile, self.keyfile)
TypeError: certfile should be a valid filesystem path


Also, since we now have SNI server support, perhaps it's easier to test the change :-)
History
Date User Action Args
2013-02-10 13:51:27pitrousetrecipients: + pitrou, giampaolo.rodola, r.david.murray, grooverdan, daniel-black
2013-02-10 13:51:27pitrousetmessageid: <1360504287.22.0.106696849977.issue10852@psf.upfronthosting.co.za>
2013-02-10 13:51:27pitroulinkissue10852 messages
2013-02-10 13:51:26pitroucreate