hob8yte
hob8yte
CDCloudflare Developers
Created by hob8yte on 5/6/2024 in #workers-help
Messages in Queue not Processing
No description
11 replies
CDCloudflare Developers
Created by hob8yte on 4/30/2024 in #workers-help
Custom CA for Worker
A service I call requires a custom CA cert. I've done this in node with axios by creating custom https agents and either settings rejectUnauthorized to false or passing in the cert value. AFAIK I am unable to pass these options into fetch in a worker, and also can't upload the cert to the worker somehow. The only thing I've seen is mTLS certs which doesn't seem applicable in my case because I only have a certificate file and not a key file. Any suggestions or insider knowledge around this issue? Seems like it'd be a pretty essential feature?
3 replies