Quantcast
Channel: HAProxy community - Latest topics
Viewing all articles
Browse latest Browse all 4849

Configure SSL passthrough

$
0
0

Hi All,
I would like to configure HAProxy to handle https passthrough and here is the current configuration:

frontend jiracluster
    mode        http
    bind        *:443 ssl crt /d/d1/jsm/certs/lb.pem
    default_backend     jiracluster

backend jiracluster
    mode        http
    balance     roundrobin

    server server1 centos8-8:8443 ssl verify required verifyhost centos8-8 ca-file /d/d1/jsm/certs/ca.crt
    server server2 centos8-9:8443 ssl verify required verifyhost centos8-9 ca-file /d/d1/jsm/certs/ca.crt

It loaded the login page on https://centos8-7:443 but it redirected to the login page again after typing the username and password, is there any misconfiguration above?

Btw, HAProxy is running on server centos8-7, the lb.pem includes centos8-7, centos8-8 and centos8-9 in DNS section already.

Thanks.

Jason

1 post - 1 participant

Read full topic


Viewing all articles
Browse latest Browse all 4849

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>