Hi there!
I found this project while looking into an idea I had for port multiplexing - my eventual goal is to have a setup where client direct TLS connections can come in on port 443 and connect to prosody based on SNI and/or alpn.
I have an existing HAProxy setup to route traffic to services via SNI without terminating TLS. If xmpp-proxy could accept proxy protocol on incoming connections, then I could have a flow like:
HAProxy (SNI routing) -> xmpp-proxy (TLS termination) -> prosody
And retain the client IP info.
Thank you!
Hi there!
I found this project while looking into an idea I had for port multiplexing - my eventual goal is to have a setup where client direct TLS connections can come in on port 443 and connect to prosody based on SNI and/or alpn.
I have an existing HAProxy setup to route traffic to services via SNI without terminating TLS. If xmpp-proxy could accept proxy protocol on incoming connections, then I could have a flow like:
HAProxy (SNI routing) -> xmpp-proxy (TLS termination) -> prosody
And retain the client IP info.
Thank you!