Forum Discussion
dimka___104021
Nimbostratus
Jun 15, 2006http redirect to https
Hi,
I have set up VS with ssl on port 441. If client accesses http://192.168.3.3:441/ how can i redirect him to SSL VS https://192.168.3.3:441/ ?
tia,
Deb_Allen_18
Jun 15, 2006Historic F5 Account
I found this post (Click here) that seems to be disabling SSL client-side with this code:
when CLIENT_ACCEPTED {
TCP::collect 5
}
when CLIENT_DATA {
if {[matchclass [TCP::payload] starts_with $::http_methods]}{
SSL::disable
}
}
Seems very simple, as you mention -- is this the approach you'd recommend?
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