#139 Do not provide git:// URLS but only https:// URLs for anonymous cloning
Closed: Fixed None Opened 9 years ago by till.

The git-protocoll is not cryptographically protected, therefore https should be used instead. Please disable the git-protocol to make sure that nobody uses them. Also https URLs need to be enabled.


Do you know how to implement cloning a git repos over https?

For the git:// protocol there is the git-daemon service that does the work for
you, but for https:// I do not know.

Thanks

Ok this is now fixed and you can clone with

git clone https://pagure.io/pagure.git

Going to fix the URLs showed and drop the git:// protocol

Configuration adjusted, so we're all good :)

Log in to comment on this ticket.

Metadata