workers-rs: Unable to get local issuer certificate
I'm attempting to use the
I am running the worker using
When the request is made wrangler shows the following error:
The same happens if I use workers Fetch api:
Is there a feature / configuration change I need to make to allow the worker to access third party apis?
Thank you.
reqwest library within my worker to contact a third-party api.I am running the worker using
wrangler devWhen the request is made wrangler shows the following error:
workerd/jsg/util.c++:275: error: e = kj/compat/tls.c++:221: failed: TLS peer's certificate is not trusted; reason = unable to get local issuer certificateThe same happens if I use workers Fetch api:
Is there a feature / configuration change I need to make to allow the worker to access third party apis?
Thank you.