And when I do curl -v https://mayu.live I see this:
* Connected to mayu.live (188.93.146.177) port 443 (#0)
* ALPN: offers h2,http/1.1
I assume it shouldn’t offer http/1.1 with my current configuration, but I still get HTTP/1.1-requests from the Google crawler, but the application doesn’t support HTTP/1.1 so it prints an error and Google refuses to index the site.
Another question, is it possible to do a HTTP check with HTTP/2 Cleartext? With Apps V1 I had a script check that did curl -s --http2-prior-knowledge http://localhost:3000/__mayu/status but with the new HTTP checks it seems like it’s doing a HTTP/1.1 request.