0

so I got the reverse proxy all set up on my server, forwarding all the right headers to enable SSL behind reverse proxy. awesome! my only problem remaining is, since nginx only handles HTTP/S traffic, I can't connect to my gitlab instance via ssh. anyone know how I can proxy this traffic as well to enable ssh connection for git?

Comments
  • 0
    and why do you want to proxying an already secure channel? that would result in most cases in a man in the middle which you should avoid if possible.
  • 0
    @2erXre5 uhh cause I don't know shit about networking lol what should I do?
Add Comment