X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-ssh-test-head%2Fssh_test_head.py;fp=otf-ssh-test-head%2Fssh_test_head.py;h=9e7f6b12faf18eb460fb3ea5b82adaec57bb72c6;hp=132bcfc0c67344169331614d58cabd8d5887749f;hb=8ef0d4aed95ebd3b992d48fe89f0ce80b6a0b0c6;hpb=f035d8413fbe22f0a2157e11946e794c99fe5159 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)