Hi everyone, why I can't use mtls_certificates binding without `--remote`? I created a brand new cf

Hi everyone, why I can't use mtls_certificates binding without
--remote
?

I created a brand new cf worker project with the following tutorial: https://developers.cloudflare.com/workers/get-started/guide/#1-create-a-new-worker-project
I added the mtls certificate like the following tutorial: https://developers.cloudflare.com/workers/runtime-apis/bindings/mtls/#client-authentication-with-mtls

When I run the command
wrangler dev
the binding environment.MY_CERT is
undefined
.

But when I run the command with remote like wrangler dev --remote the binding starts to work.
Was this page helpful?