Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

single ip address with different ports

bmk
Nimbostratus
Nimbostratus

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 3

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.

 

Regards,
Dario.

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

 

 

Murali

neeeewbie
MVP
MVP

Hi 

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

I think this site unnecessary SSL profile 

 

thank you