Forum Discussion
stucky101_88485
Nimbostratus
Aug 10, 2012Cannot create iApps that run over http and https on same VIP
Gurus
I have an app that runs over http and partly over https. Up until now I would create 2 VS on the same IP.
One for http on 80 and one for https on 443 which works cause the port is...
Fred_Slater_856
Aug 26, 2013Historic F5 Account
Stucky-
You can change descriptions with tmsh, and if the tmsh statements are inside the iapp, then strictness will not be violated.
To change the iapp description: modify sys app ser your_app_name.app/your_app_name description "your text here"
To change the vip description: modify ltm virtual your_app_name.app/your_app_name_vs description "your text here"
Of course, you would substitute "your text here" with the variable name that you added for the user to enter their description. To avoid getting into the template logic, simply place the tmsh statements at the end of the app's implementation section.
-Fred