Forum Discussion
Mark_Cloutier
Nimbostratus
Nov 04, 2009redirecting http to https, keeping uri
Adobe has freely admitted a bug in their 7.5 upgrade to their Adobe Connect app. If a user tries to enter a meeting using the nonsecure VIP, http://connect.company.com/somemeeting, it redirects to https://connect.company.com/somemeeting, but posts the login prior to getting it from the user, an error page is generated. So I have been asked to do the redirection at the F5. I will be setting up the ssl termination on the ltm first. So what I need is an iRule I think that will take any request sent to the http vip and send and https redirect, while maintaining the rest of the URI. Any help would be greatly appreciated
- L4L7_53191
Nimbostratus
Something as easy as this could work for you - bind it to your HTTP virtual server:when HTTP_REQUEST { HTTP::redirect "https://[HTTP::host][HTTP::uri]" }
- Hello all,
- hoolio
Cirrostratus
Hi TRX,
Recent Discussions
Related Content
DevCentral Quicklinks
* 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
Discover DevCentral Connects