Forum Discussion
shariq_Hamid_83
Nimbostratus
Jun 29, 2005Using one ssl for multiple url
I have a ssl for "www.123.com" but I want people typing in "123.com" to be able to redirect to "www.123.com" and should not get ssl warning. How do I create a rule to do this.
- Martin_MachacekHistoric F5 AccountTo avoid the security alert for users typing just 123.com (which all major browsers interpret as http://123.com) you can use:
rule redir_to_https { redirect to "https://www.123.com/%u" } virtual 1.2.3.4:80 { use rule redir_to_https }
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