wrangler dev - fetch() trust self signed certificates

Hello, i am using wrangler in a docker container in an local environment. i want to act the worker as a proxy, as i do in production. When i try to fetch() from another docker container, which itself puts out a self signed certificate, i get the error "failed: TLS peer's certificate is not trusted; reason = self signed certificate". Is there a chance to tell wrangler, to accept self signed certificates?
image.png
Was this page helpful?