2

im looking for a proxy which supports a massive load (like nginx or haproxy) and can handle websockets and ssl. i know only nginx which does not support websockets and haproxy which doesnt support ssl offloading.

thanks

2
  • 1
    What's your budget? Commented Oct 30, 2010 at 19:17
  • its nearly non-existent at the moment Commented Nov 4, 2010 at 19:07

2 Answers 2

1

I have seen a number of tutorials using stunnel to decrypt the SSL traffic then pass the unencrypted traffic on to haproxy, and finally the web server. I am not aware of its performance limitations however.

0

I have been putting Apache httpd in front of haproxy to handle the SSL traffic. Apache runs on port 443 and handles the SSL traffic on the front end and then uses the proxy module to forward the traffic to a haproxy instance that is listening to a high port number on 127.0.0.1. haproxy then forwards the traffic to the backend servers.

2
  • thanks. i think apache is not able to handle such a high load. i'm required to handle really many connections. Commented Nov 4, 2010 at 19:05
  • 1
    How about putting pound in front of it? Commented Dec 29, 2010 at 7:23

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.