Forum Discussion
Eric_27859
Nimbostratus
Apr 06, 2011SSL::profile errors
Hello, I need help with this iRule... In some VS, when /images* is invoked, we need to redirect the traffic to another pool and change from HTTP to HTTPS in the backend. For th...
Eric_27859
Nimbostratus
Apr 06, 2011The second one leads to a cleaner iRule like the following:
when HTTP_REQUEST {
if { not ( [[HTTP::uri] starts_with "/images"] ) } {
SSL::disable serverside
}
}
I like that, i need to keep searching why it doesnt work yet, well this iRule works, but the backend connection is not working properly... i think maybe there are some issues with the ssl handshake or something like that. Do you have some debugging/diagnostic tips that doesnt involve only tcpdump?
Thank you!!
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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