F5Networks / f5-appsvcs-templates

F5 BIG-IP Application Service Templates (FAST)
Apache License 2.0
32 stars 13 forks source link

HTTP Application Template - disabling TLS Server also disables http redirect Virtual Server #143

Open lundgrenolof opened 4 months ago

lundgrenolof commented 4 months ago

Environment

Summary

If I disable TLS Server - Enable TLS server to decrypt client-side connections, the template does not create a port80 redirect. The use case is to create a "SSL Passthrough" profile, but also handling http port80 redirect on F5.

Steps To Reproduce

Create FAST app with HTTP Application Template Disable TLS Server Enable HTTP Redirect option

Expected Behavior

I expected the template to create a virtualserver on port 80, with a redirect iRule.

Actual Behavior

Template only creates a virtual server on the port you specified, and no http redirect.