I followed this guide https://developers.cloudflare.com/argo-tunnel/reference/kubernetes/ But in my case I prefer to use http2 for performance (https://imagekit.io/demo/http2-vs-http1) and security (mitm) reasons... I see error ``400 Bad Request - The plain HTTP request was sent to HTTPS port`` I use Cloudflare Origin Certificates for my services... Also I enable ``Automatic HTTPS Rewrites`` in Cloudflare panel. I do not expect to see any plain http requests here... How to fix it?..
I followed this guide https://developers.cloudflare.com/argo-tunnel/reference/kubernetes/
But in my case I prefer to use http2 for performance (https://imagekit.io/demo/http2-vs-http1) and security (mitm) reasons...
I see error
400 Bad Request - The plain HTTP request was sent to HTTPS portI use Cloudflare Origin Certificates for my services...
Also I enable
Automatic HTTPS Rewritesin Cloudflare panel.I do not expect to see any plain http requests here... How to fix it?..