@vijay.sachdeva wrote:
Hi Team,
I am facing an issue on SSL offloading for one of my client’s website, what happens is, SSL ofload works fine to some extent but after it reaches other folder within same domain, browser starts blocking the content saying insecure data.
frontend tms_http
bind *:80
bind *:443 ssl crt /etc/ssl/ssl/xyz.pem no-sslv3
redirect scheme https if !{ ssl_fc }
mode http
option forwardfor
reqadd X-Forwarded-Proto:\ https
acl tms1_birturl hdr(host) -i tms01-birt.xyz.com.np
use_backend tms_1_birt18080 if tms1_birturlbackend tms_1_birt18080
timeout client 100000s
timeout server 100000s
server 172.23.1.101 172.23.1.101:18080 check observe layer7Thanks
Posts: 1
Participants: 1