0
votes

I am trying to enable http2 protocol on a Azure Web app, MVC application without any luck. The tutorial is simple just activate the 2.0 in Application settings of the portal, Http2 online tests states that the http2 protocol is enabled, no requests is on http2.

Https is enabled, minimum tls version set to 1.2... any ideas on what can go wrong?

1
Try using other methods as described here: blogs.msdn.microsoft.com/appserviceteam/2018/04/13/… also check the browser compatibility.AshokPeddakotla-MSFT
What problem are you facing now? Protocol is http2 but no request on http2?Joey Cai
@Ashok I've tried, i've also tried with brand new hello world projects, but still no http2 requestvladutz
@JoeyCai, tools like tools.keycdn.com/http2-test state that the protocol is enabled on the server, but still no request on the http2 protocol.vladutz

1 Answers

0
votes

It seems that an antivirus on my computer was the root cause for all the requests still being on the http. After i disabled it the requests were, as expected on http2.