Thanks for your reply..
Sorry for the typo. Version for Haproxy is 1.5.
I have been trying to achieve this for a while referring to forum examples.
My configuration is like this. Could you please point me to a working example .
defaults
mode http
log global
option httplog
option dontlognull
option http-server-close
option forwardfor except 127.0.0.0/8
option redispatch
retries 3
timeout http-request 10s
timeout queue 1m
timeout connect 10s
timeout client 1m
timeout server 1m
timeout http-keep-alive 10s
timeout check 10s
maxconn 3000
#---------------------------------------------------------------------
# main frontend which proxys to the backends
#---------------------------------------------------------------------
frontend www
bind 10.177.222.83:80
option http-server-close
default_backend default-backend
backend default-backend
server adm-testing-platform 10.177.222.82:443 check
Thanks
From: Bryan Talbot [mailto:[email protected]]
Sent: Monday, October 05, 2015 1:02 PM
To: Kuchekar, Yogita (Yogita) **CTR**
Cc: [email protected]
Subject: Re: Does Haproxy supports backend on https for reverse proxy
On Mon, Oct 5, 2015 at 12:49 PM, Kuchekar, Yogita (Yogita)
<[email protected]<mailto:[email protected]>> wrote:
Hi ,
I have installed Haproxy servere 5.1 on linux RHEL 6.1
Assuming you mean haproxy version 1.5, then yes both scenarios are possible.
I'm sure you can find many blog posts and sample configurations on this mailing
list to get you started.
-Bryan
I have configured Haproxy servere on linux at 80 port and trying to do reverse
proxy with backend on https protocol (443). Is it possible in haparoxy ?
Client -->http traffic -->Haproxy server-->https traffic-->backend server
If I have Haproxy kistening to https traffic (have certificate support)and
backend server with https traffic, is this reverse proxy supported in Haproxy
?
Client -->https traffic -->Haproxy server-->https
traffic-->backend server
Is there any other solution for this scenario?
Really appreciate your help here.
Thanks,
Yogita