How do I get data by fetch request to server with self-signed certificate on Worker?

on nodejs runtime I could set rejectUnauthorized:false to the agent from undici, but I can't do that on Worker
1 Reply
Cyb3r-Jak3
Cyb3r-Jak37mo ago
You can't do that with workers because node fetch doesn't have an option to ignore SSL invalid SSL certificates. You could look at doing it yourself with outbound websockets
Want results from more Discord servers?
Add your server