Home | History | Annotate | Download | only in test

Lines Matching refs:CERTFILE

304     CERTFILE = os.path.join(os.path.dirname(__file__), "keycert3.pem")
315 context.load_cert_chain(CERTFILE)
903 self.assertRaises(ValueError, ftplib.FTP_TLS, keyfile=CERTFILE,
905 self.assertRaises(ValueError, ftplib.FTP_TLS, certfile=CERTFILE,
907 self.assertRaises(ValueError, ftplib.FTP_TLS, certfile=CERTFILE,
908 keyfile=CERTFILE, context=ctx)