Forum Discussion
veyond_113181
Mar 13, 2007Nimbostratus
redirect domain.com to https://www.domain.com
I am using a http redirect rule to redirect all http traffic to https. That works fine but the problem I am having is that the SSL cert is only for www.domain.com. The client is very picky and wants...
Trevor_Lee_9409
Mar 13, 2007Nimbostratus
The way that I do it is the following:
Irule:
when HTTP_REQUEST {
HTTP::redirect "https://www.domain.com/"
}
I then have two Virtual Servers. One for HTTP(port 80) and one for HTTPS(port 443), both have the same IP address. Then apply the above iRule to the HTTP virtual server, and it works fine.
Let me know if you need any clarification.
Trevor.
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