Hi,

I need to proxy secure websockets and RTMP (normal tcp) on the same port.
In the future I'll need normal HTTP requests and static files.
haproxy will pass ssl requests to backend1 and RTMP requests to backend2.
Processes will be open for a long time (minutes - hours).
The backends are on the same machine and will be responsible for timeouts
and pings.

Do I need to change anythinging in the default configuration like
contimeout, clitimeout and srvtimeout? I'm using the ubuntu 12.04 package.

Is this the correct way to check for ssl requests?
acl traffic_is_ssl         req_ssl_ver  -gt 0

When nginx will get ssl requests from haproxy it'll see haproxy's IP.
Can I terminate ssl requests in nginx even when the client IP was changed?

Thanks

Reply via email to