Quantcast
Viewing all articles
Browse latest Browse all 4731

Squirrel rediection abc.example.com/webmail/src/login.php

@raj wrote:

Hi,

I have added below configuration in haproxy.cfg,

frontend https-in
bind *:443 ssl crt path/of/cert
Frontend
redirect scheme https code 301 if { hdr(Host) -i abc.example.com } !{ ssl_fc }

    acl host_mail hdr(host) -i mkdealer.mykaarma.com
    use_backend mail_cluster if host_mail

backend mail_cluster
stats enable
option forwardfor
option http-keep-alive
http-request add-header X-Forwarded-Proto https if { ssl_fc }
server mail01 mail-server-ip:443 check

When I hit on url getting 502

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4731

Trending Articles



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