Hi Rezhna, > I am the Linux Administrator of Fanoos Telec company in Iraq and I am > planning to use haproxy as proxy – load balancer in our company , but > the problem is I cannot use it with (https) just http so could you > please help me with this issue?
If I understand correctly, your question is howto avoid https with HAProxy? Thats simple: don't compile ith with SSL support and don't use the ssl keywords in the configuration. Better yet: use 1.4 stable, it has no SSL support at all. Regards, Lukas

