Search code examples
gitlocalhostloopbackgitblit

Can we restrict the web page of GitBlit to be accessed from the localhost interface only


We are using the GitBlit GO. We bind the https protocol to all interfaces for git and, for the authentication, we have set the client certificate is required. But, we would also like the web page to be accessed only from the loopback interface(localhost). Is it possible to do so?


Solution

  • No, this is not currently possible.