X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fconfig%2Fconfig.py;h=f488b7108e0fd9616298a776b02e50972060ddd6;hb=105b23b181c24df87bbc55cfceb906483c89917c;hp=690f4e95141162c1df90dbc6b95fa6185de58400;hpb=0e743715cabed900807aa0ba9ade459006472274;p=pti%2Fo2.git diff --git a/o2common/config/config.py b/o2common/config/config.py index 690f4e9..f488b71 100644 --- a/o2common/config/config.py +++ b/o2common/config/config.py @@ -56,7 +56,7 @@ def get_api_url(): port_external = 30205 port = port_internal if host_external is None or host_external == '' \ else port_external - return f"http://{host}:{port}" + return f"https://{host}:{port}" def get_root_api_base():