Ivo Marino

Results 19 comments of Ivo Marino

great one, will test it, thanks @ocean90.

my issue, I wrote `ServerAliveInterval` but wanted to say `ClientAliveInterval`, fixed the text in the issue.

@ocean90 have you rebuilt `~/.ssh/config` via `assh config build > ~/.ssh/config`?

I'm also interested in this. I've put the whole code in `post-commit` but it does not seem to start. It neither gets inside the `while` on line 311: ``` while...

Yes, seems so. At this point the question is what we need to pass over to the original script, as arguments, in order to start the while loop? Thanks for...

the chain is `haproxy -> nginx reverse proxy -> Samson`, I have to check if header infos are forwarded.

I can’t actually use HTTP cause HAProxy actually forces HTTPS (redirect), I can try to turn that off anyway if you think the issue is HTTPS.

@grosser just tested, running everything on HTTP only works, as soon as I use https://deploy.dev.foo.com I can't login.

I've checked the vars using Apache2 and PHP: ``` HTTP_X_REAL_IP => 192.168.120.1 HTTP_X_FORWARDED_FOR => xxx.xxx.xxx.xxx, 192.168.120.1 HTTP_X_FORWARDED_PROTO => https HTTP_X_FORWARDED_SSL => off HTTP_X_FORWARDED_PORT => 80 ``` this is basically just...

@grosser I check thats, thanks. Is there anyway for printing `HTTP_X_FORWARDED_PROTO` form puma, etc?