http2 apache2 module disabled but still see h2 requests

1

I have installed http2 module to try it. now I want to disable it. I installed it with :

a2enmod http2

and I added this line to my vhost :

Protocols h1 http/1.1

to disable it I removed the line in the vhost file and used :

a2dismod http2

when i look to /mods-enabled/ I don't see it any more. I restarted apache2

but, when I do requests to my site, i still see http2 requests: https://imgur.com/6gKgcx2

any idea of why this happens ?

Dany M

Posted 2019-03-31T11:23:14.663

Reputation: 11

Where does it show that those requests are being made to your server? – user1686 – 2019-03-31T11:40:59.810

hi @grawity actually, those requests are not made to my server. even when i enable http2, this is not the case, so my problem is : http2 enabled but no h2 request made to my server. an Idea ? – Dany M – 2019-03-31T11:49:57.787

No answers