Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

RFC/RFT: implement taskserver behind SSL proxy #156

Merged
merged 9 commits into from
Jul 4, 2024

Conversation

osctobe
Copy link
Contributor

@osctobe osctobe commented Mar 13, 2019

This patchset allows to put taskserver behind an SSL reverse proxy (eg. stunnel or haproxy). Original client's address is passed using PROXY protocol described at [1]. Both versions of the protocol are supported, though binary (v2) is preferred.

[1] http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt

@aleprovencio
Copy link

So this should explain why I was never able to put taskserver behind traefik, right?

Any reasons why this has not been merged yet??

@jrabbit
Copy link

jrabbit commented Sep 30, 2020

So this should explain why I was never able to put taskserver behind traefik, right?

Any reasons why this has not been merged yet??

taskd expects to be able to terminate the mTLS session itself. You might be able to passively proxy it but you can't frontload it I don't think, without this PR.

@lauft lauft merged commit 4fa07d1 into GothenburgBitFactory:1.2.0 Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants