diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2 index e9d390875b..fc753a6adb 100644 --- a/roles/koschei/backend/templates/config-backend.cfg.j2 +++ b/roles/koschei/backend/templates/config-backend.cfg.j2 @@ -20,9 +20,9 @@ config = { "database": "koschei" }, "koji_config": { - "server": "http://{{ koschei_koji_hub }}/kojihub", - "topurl": "http://{{ koschei_kojipkgs }}", - "weburl": "http://{{ koschei_koji_web }}/koji", + "server": "https://{{ koschei_koji_hub }}/kojihub", + "topurl": "https://{{ koschei_kojipkgs }}", + "weburl": "https://{{ koschei_koji_web }}/koji", "login_method": "krb_login", {% if env == 'staging' %} {# 1.9 #} "login_args": { diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2 index b9f74f4f4a..13dfc29b42 100644 --- a/roles/koschei/frontend/templates/config-frontend.cfg.j2 +++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2 @@ -98,11 +98,11 @@ config = { {"name": "Bodhi", "url": "https://bodhi{{ env_prefix }}.fedoraproject.org/updates?packages={package.name}"}, {"name": "Dist-git", - "url": "http://pkgs{{ env_prefix }}.fedoraproject.org/cgit/{package.name}.git"}, + "url": "https://src{{ env_prefix }}.fedoraproject.org/cgit/rpms/{package.name}.git"}, {"name": "Bugzilla", "url": "https://{{ koschei_bugzilla }}/buglist.cgi?product={package.collection.bugzilla_product}&component={package.name}"}, {"name": "Koji", - "url": "http://{{ koschei_koji_web }}/koji/packageinfo?packageID={package.name}"}, + "url": "https://{{ koschei_koji_web }}/koji/packageinfo?packageID={package.name}"}, ], "bugreport": { "url": "https://{{ koschei_bugzilla }}/enter_bug.cgi?{query}",