Forum Discussion
Ahmadj_283318
Aug 10, 2016Nimbostratus
After HTTPs to HTTP site not working
Hi,
I am trying to make ( https://www.site.com/x/y/z ) work without as ( http://www.site.com/x/y/z ) which means redirect this url from https to http So I applied the below iRule
when HTTP_...
- Aug 10, 2016
Have you created an HTTP virtual server running on port 80 for the site? Any firewall rules on the network blocking access to port 80?
You can get rid of the certificate error by purchasing a certificate that matches URL you are trying to access.
ekaleido
Aug 10, 2016Cirrus
Can you create a separate pool for this traffic and instead of redirect, just use the pool command?
when HTTP_REQUEST {
if { [HTTP::host] eq "www.site.com" and [HTTP::uri] eq "/x/y/z" } {
pool http_pool
}
}
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