X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=o2common%2Fconfig%2Fconfig.py;h=f488b7108e0fd9616298a776b02e50972060ddd6;hb=refs%2Fchanges%2F88%2F9788%2F1;hp=690f4e95141162c1df90dbc6b95fa6185de58400;hpb=475582141a4fae0784e01cf2b9490a516fc4dcbc;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():