01-Jul-2022 09:08
hi
we are configuring two Virtual servers with same VIP for different urls ports with 443 and 8080. pool members also having same port numbers with SSL enabled for both the urls.
VIP1 > 172.16.20.24: 443 >> 10.10.23.36:443 is working fine
VIP2>172.16.20.24:8080>>10.10.23.36:8080 ( SSL enabled) is not working
Please suggest
02-Jul-2022 01:45
Hello Bkm,
Well, there are many things involved besides the server ports. Start probing your website using curl
curl -k https://10.10.23.36:8080
Then, check if the response has references to URLs in different ports than 8080.
06-Jul-2022 18:00
We are thinking firewall NATing issue. we are eworking on it. Thnaks for your suggestion.
Murali