X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=otf-robot-test-head%2Frun.py;h=e9b74f950e86548526a31608831343dcc9f83783;hb=refs%2Fheads%2Fmaster;hp=bbb27e9988a11e1d313f751b5c2ddede9cef820b;hpb=bb3bf34351c7413e77e3891a058906c3bc778031;p=it%2Fotf.git diff --git a/otf-robot-test-head/run.py b/otf-robot-test-head/run.py index bbb27e9..e9b74f9 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