Turn off "Warning: HTTP2 Protocol has been deactivated and some routes could be affected" on Apps Manager
search cancel

Turn off "Warning: HTTP2 Protocol has been deactivated and some routes could be affected" on Apps Manager

book

Article ID: 298172

calendar_today

Updated On:

Products

VMware Tanzu Application Service for VMs

Issue/Introduction

After upgrading to TAS 4.0  user might uncheck "Enables the HTTP/2 protocol for communicating with apps" box on TAS Settings on purpose. However, a waring message regarding HTTP/2 enablement is shown on Apps Manager which user probably doesn't want to see.
apps-mananger-http2-warning.png
This warning message is added in TAS 4.0 to remind user the importance of enabling HTTP2. But user may still decide not to enable HTTP2.


Environment

Product Version: 4.0

Resolution

Product team have decided to remove this warning message and the change will be available in future TAS 4.0 release. 
Before the release contains the change is available, if the user doesn't want to see the warning message on Apps Manager web UI, the following workaround can be used.

1) Check which application, apps-manager-js-blue or apps-manager-js-green, is started in org system / space system

2) Manually set env variable ENABLE_HTTP2 to true though HTTP2 is globally disabled
$ cf set-env apps-manager-js-blue ENABLE_HTTP2 true
$ cf restage apps-manager-js-blue