I have 3 rules, to list them by order
- allow VPN IP to access my .dev domain
- allow mTLS client to access my .dev domain
- block all users
I was following https://developers.cloudflare.com/workers/runtime-apis/mtls/
but the request is blocked my rule 3, block all users, meaning somehow the mTLS is missing.
I tried to troubleshoot my cert with https://developers.cloudflare.com/ssl/client-certificates/troubleshooting/#check-ssltls-handshake
and the connection in local curl is good.
How can I debug this? Thanks in advance