Forum Discussion
Reinhold_Just_7
Nimbostratus
Apr 03, 2008redirect 443 to other port
hi all,
how do i redirect a http://mydomain.com:1234 to https://mydomain.com or https://mydomain.com:1234?
i tried with
when HTTP_REQUEST {
HTTP::redirect "https://[HTTP::host][HTTP::uri]"
}
but nothing happened.
nobody can tell me, but i think the port 1234 is ssl. can this something to do with ?
regards Reinhold
- The_Bhattman
Nimbostratus
Taking your example I suppose you can do it the following mannerwhen HTTP_REQUEST { HTTP::redirect "https://[HTTP::host]:1234" }
- Nicolas_Menant
Employee
the port you want to use shouldn't be an issue - Reinhold_Just_7
Nimbostratus
hi nmenant, - Michael_Skreeno
Employee
BTW, port 1234 is not https. 1234 is registered by IANA by
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