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

server login issue

MustphaBassim
Cirrus
Cirrus

Hello Dears

we Have F5 device working in HA mode , we create a virtual server for a server as below

the server working with port 8189

the Virtual server created with port 443

SSL offloading is enabled

when the users try to login to the server the login panel is appered and the user try to enter username and password but the page back to login page without no action while when we change the port to 9898 or any other port it's working fine without any issue could anyone help us with that ?

Best Regards

5 REPLIES 5

mihaic
MVP
MVP

Can you please share the config of the vip , irule etc?

hello dear

it's only one server the role of the F5 device is acting as reverse proxy

Bests

1.png2.png3.png4.png5.png6.png7.png8.png9.png

Mike757
MVP
MVP

Hi MustphaBassim,

Browsers tipically open multiple TCP sessions to a server when transferring data, so it might happen that some of those sessions go to a server and some to another. When you consider authentication, the server you authenticated to allows you to see the content, but the other does not. That might be why you're getting redirected to the login page.

So I would suggest having a persistence profile in place (maybe based on source address, maybe cookie). Want to try that?

[Edit: the pool has 1 member, so forget the idea 😞 ]

/Mike

Hi Mustpha,

You can take a concurrent packet capture from both the client and server side to confirm what is really going on.

You can decrypt the traffic as described in this article here:

https://community.f5.com/t5/technical-articles/decrypting-tls-traffic-on-big-ip/ta-p/280936