A few days ago I've enabled HTTP/2 in CloudFront with S3 origin but it does not work. It keeps using http1.1
curl --http2 "https://my.cdn.com
curl: (1) Unsupported protocol
I've tested with both TLS1 and TLSv1.2_2018. I'm using a custom URL (Route53) with SSL (certificate manager). My viewer protocol policy is Redirect HTTP to HTTPS. What am I missing?