Page MenuHomePhabricator

Hide non-functional clone URLs
Closed, ResolvedPublic

Description

My Phabricator server runs over https and does not allow ssh connection.

My clone URLs look like this

image8.png (167×712 px, 21 KB)

but the http://... and the ssh://... URLs are not working. I want to deactivate these URLs for all repositories as admin (not for individual ones on user basis). Is this possible?

Versions:

phabricator

0b5ab2330d998918b3f960e4e508a2648ee33539 (Tue, May 10)

arcanist

c58f1b9a2507488b2152473dd1f0bbc7e99c09c1 (Fri, Apr 29)

phutil

180f0999d094fea47f86dec47c81b9cba6f4ed35 (Mon, May 9)

Event Timeline

If your install is not available over http, set security.require-https in Config. This will disable the http URI.

eadler added a subscriber: eadler.

You can edit the urls here: ..../diffusion/..../manage/uris/
The first .... is your domain. The second is the name of the repo.

Thanks for the fast solution.