Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTTP Application Template - always forces a http profile (cannot setup "ssl passthrough") #142

Open
lundgrenolof opened this issue Apr 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@lundgrenolof
Copy link

Environment

  • FAST RPM Version: 1.25.0-1
  • BIG-IP Version: 17.1.1.2

Summary

When using the built in template HTTP Application Template, and you unselect http profile, it always select a http profile regardless. To build a "SSL Passthrough" VIP, you need to disable TLS Server, TLS Client and http profile. This bug breaks the possibility to create SSL Passthrough VIP.

Steps To Reproduce

Create a new Virtual Server with FAST GUI, using the HTTP Application Template.
Unselect TLS Server, TLS Client and do not create FAST-Generated http profile.
image

Expected Behavior

I expected the virtual server to have no http profile.

Actual Behavior

Next time you go into fast app, you can see that /Common/http is selected as http profile.

View in Local Traffic -> Virtual Servers
image

From debug view inputs

{
  "tenant_name": "fast-apps",
  "app_name": "myappname",
  "virtual_address": "192.168.0.1",
  "virtual_port": 443,
  "fastl4": false,
  "enable_redirect": false,
  "enable_snat": true,
  "snat_automap": true,
  "enable_persistence": false,
  "enable_tls_server": false,
  "enable_tls_client": false,
  "enable_pool": true,
  "make_pool": true,
  "use_static_members": true,
  "pool_members": [
    {
      "serverAddresses": [
        "192.168.0.2"
      ],
      "servicePort": 443,
      "connectionLimit": 0,
      "priorityGroup": 0,
      "shareNodes": true
    }
  ],
  "use_sd": false,
  "load_balancing_mode": "least-connections-member",
  "slow_ramp_time": 300,
  "enable_monitor": true,
  "make_monitor": false,
  "monitor_name_http": "/Common/http",
  "make_http_profile": false,
  "enable_acceleration": false,
  "enable_compression": false,
  "enable_multiplex": false,
  "common_tcp_profile": false,
  "make_tcp_ingress_profile": true,
  "tcp_ingress_topology": "wan",
  "make_tcp_egress_profile": true,
  "tcp_egress_topology": "lan",
  "endpoint_policy_names": [],
  "irule_names": [],
  "vlans_enable": false,
  "monitor_timeout": "NaN"
}
@lundgrenolof lundgrenolof added the bug Something isn't working label Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant