Score:0

HAPROXY Cant forward to SSL backend server?

cn flag

I have two backend server

app1 10.1.13.54
app2 10.1.13.59
load balance server/haproxy = 10.1.13.54

My config file Global and Default still default setting

frontend unsecured *:80
    redirect location https://10.1.13.55

frontend  secured *:443
   mode tcp
   default_backend app

backend app
    mode tcp
    balance roundrobin
    server app1 10.1.13.54:80 check
    server app2 10.1.13.59:80 check

The Problem is, on usually setting, It cant Forward to backend server, always "Unable to connect",

note: my backend server app1 :opensuse app2: debian loadbalance server : debian All my server have SSL

Can anyone fix this? is there can't forward because of ssl?

I Need some advice. Thanks

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.