X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-ping-test-head%2FotfPingTestHead.py;fp=otf-ping-test-head%2FotfPingTestHead.py;h=5cf0b4ab9d9ab7393aeec2271447e8b1a0f31ab7;hp=116303458231ce998125d4648f0a8281c3d289a0;hb=8ef0d4aed95ebd3b992d48fe89f0ce80b6a0b0c6;hpb=f035d8413fbe22f0a2157e11946e794c99fe5159 diff --git a/otf-ping-test-head/otfPingTestHead.py b/otf-ping-test-head/otfPingTestHead.py index 1163034..5cf0b4a 100644 --- a/otf-ping-test-head/otfPingTestHead.py +++ b/otf-ping-test-head/otfPingTestHead.py @@ -192,5 +192,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)