Forum Discussion
Secure site giving problems
I have a secure site going through a LTM with cookie persistence, but after you logged into the site everything you click on returns to the home screen. i tested directly yo the backend and everything works but through the LTM i'm getting this behaviour.
- Angelo
Nimbostratus
the problem is this happens whenever you click on anything in the site it goes back to the original home page.. - Angelo
Nimbostratus
this is what i get from the SSLDUMP - Kevin_Stewart
Employee
Okay, your post before last was helpful. You indicate that, after logon, any link you click generates the same exact POST request and returns back to the home page. At this point it's very likely that the application logic doesn't like what it's getting from the proxy and is trying to get the user back on track. Your best bet then into compare the initial requests and responses to the site, up to and including this POST request in both the proxied and non-proxied environments. - Angelo
Nimbostratus
I have a irule that rewrites the content in the XML WSDL to https. this is the config https (Client side) http (server side) this is my config - What_Lies_Bene1
Cirrostratus
Hmmm, that doesn't sound like a great idea to me considering that the HTTP Content Length header won't be modified to match the increased size. This probably explains your issue with the client constantly reposting; it's not accepting the response as valid. Could you modify your server configuration or WSDL to return https:// links instead? - Angelo
Nimbostratus
this was the requirements i received from the solutions architect. this is the what the irule does... - What_Lies_Bene1
Cirrostratus
Yep, that'll break things pretty well I'd say although I'd expect it to break things straight away, not just after you authenticate. Do you initially connect using http? - Angelo
Nimbostratus
all communications on the client side is done https - Kevin_Stewart
Employee
That may or may not be true depending on your version. Prior to 9.3 you might need to set the Rechunking option in the HTTP profile, but that shouldn't be the case anymore with STREAM expressions. - Angelo
Nimbostratus
Figured out what was wrong. in my streaming profile i had source http destination https instead of a blank profile...
Recent Discussions
Related Content
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com