Unable to get local issuer certificate

hi again πŸ™‚ I'm getting this error
workerd/jsg/util.c++:276: error: e = kj/compat/tls.c++:215: failed: TLS peer's certificate is not trusted; reason = unable to get local issuer certificate


it only appears when I use service bindings like this:
serviceBindings[bindingName] = req => {
  const smf = new Miniflare(options)
  return smf.dispatchFetch(req)
}
Was this page helpful?