Github user bufferoverflow commented on a diff in the pull request: https://github.com/apache/thrift/pull/82#discussion_r11825463 --- Diff: test/py/TestServer.py --- @@ -201,7 +217,7 @@ def testMulti(self, arg0, arg1, arg2, arg3, arg4, arg5): host = None if options.ssl: from thrift.transport import TSSLSocket - transport = TSSLSocket.TSSLServerSocket(host, options.port, certfile='../keys/server.pem') + transport = TSSLSocket.TSSLServerSocket(host, options.port, certfile='test_cert.pem') --- End diff -- could you please keep ../keys/server.pem here? test_cert.pem is not available anymore
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---