Forum Discussion

bmk's avatar
bmk
Icon for Nimbostratus rankNimbostratus
Jul 01, 2022

single ip address with different ports

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 

3 Replies

  • 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.

     

    • bmk's avatar
      bmk
      Icon for Nimbostratus rankNimbostratus

      We are thinking  firewall NATing issue. we are  eworking on it. Thnaks for your suggestion.

       

       

      Murali

  • Hi 

    you should changing virtual server type performan L4. and then test access this vip

    I think this site unnecessary SSL profile 

     

    thank you