X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-robot-test-head%2Frun.py;fp=otf-robot-test-head%2Frun.py;h=4527bd0434000ae49b4e4d82ae5a0c4cf0a8a4af;hp=bbb27e9988a11e1d313f751b5c2ddede9cef820b;hb=8ef0d4aed95ebd3b992d48fe89f0ce80b6a0b0c6;hpb=f035d8413fbe22f0a2157e11946e794c99fe5159 diff --git a/otf-robot-test-head/run.py b/otf-robot-test-head/run.py index bbb27e9..4527bd0 100644 --- a/otf-robot-test-head/run.py +++ b/otf-robot-test-head/run.py @@ -21,10 +21,10 @@ if __name__ == '__main__': # Set SSL context with the certificate chain and the private RSA key. context = ('opt/cert/otf.pem', 'opt/cert/privateKey.pem') - app.run( - debug=app.config['DEBUG'], - host='0.0.0.0', port=5000, - use_reloader=True, - ssl_context=context) + # app.run( + # debug=app.config['DEBUG'], + # host='0.0.0.0', port=5000, + # use_reloader=True, + # ssl_context=context) # Run without ssl - # app.run(debug=app.config['DEBUG'], host='0.0.0.0', use_reloader=True, port=5000) \ No newline at end of file + app.run(debug=app.config['DEBUG'], host='0.0.0.0', use_reloader=True, port=5000) \ No newline at end of file