CF workers mtls fetch doesn’t work
hi I had some problem with workers and asked the questions here https://community.cloudflare.com/t/cf-workers-mtls-fetch-doesnt-work/482863 CF workers mtls fetch doesn’t work as expected. How can I debug this? Thanks in advance
Cloudflare Community
CF workers mtls fetch doesn't work
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 ht...
2 Replies
any plan adding support to CF workers in the future?
Hi!
I have a similar question, I was able to confirm that my cert and key can be used to connect to the secure API, but when deployed with my worker it does not work (I get a 525 error)
If the issue is related to "not being able to have proxied domains", how can I set up a domain that isn't proxied?
Using the
custom domains
set up in wrangler automatically makes it proxied