Antoine Pitrou added the comment: 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 :-) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10852> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com