X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-ssh-test-head%2Fssh_test_head.py;h=9e7f6b12faf18eb460fb3ea5b82adaec57bb72c6;hb=b9fbd467a62eac8ec3cca03d78a23b2371b6727a;hp=132bcfc0c67344169331614d58cabd8d5887749f;hpb=f49bd1efeaaddd4891c1f329b18d8cfb28b3e75b;p=it%2Fotf.git diff --git a/otf-ssh-test-head/ssh_test_head.py b/otf-ssh-test-head/ssh_test_head.py index 132bcfc..9e7f6b1 100644 --- a/otf-ssh-test-head/ssh_test_head.py +++ b/otf-ssh-test-head/ssh_test_head.py @@ -157,5 +157,5 @@ if __name__ == '__main__': app.logger.setLevel(logging.INFO) app.logger.addHandler(logHandler) context = ('opt/cert/otf.pem', 'opt/cert/privateKey.pem') - app.run(debug = False, host = '0.0.0.0', port = 5000, ssl_context = context) - # app.run(debug = False, host = '0.0.0.0', port=5000) + #app.run(debug = False, host = '0.0.0.0', port = 5000, ssl_context = context) + app.run(debug = False, host = '0.0.0.0', port=5000)