Dear, Thanks for your reply. My question is about how to use https with haproxy , not avoiding it. for example: , I can use haproxy to redirect http://google.com to http://yahoo.com , but I cannot do that with https://google.com. I tried to do that with mode tcp but it did not work also.
Rezhna -----Original Message----- From: Lukas Tribus [mailto:[email protected]] Sent: Sunday, September 1, 2013 1:36 PM To: Rezhna Hoshyar Cc: [email protected] Subject: RE: https with haproxy 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 -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

