failed: TLS peer's certificate is not trusted; reason = unable to get local issuer certificate
getting this error while trying to scrape my college website ( they kinda allowed us to do so ) and hosting it on cloudflare workers
this is what is creating the error presumably because I created a normal api call not involving the client and it worked, I am using Nextjs and serverless functions and trying to host on cloudflare workers, is there any way around this because the college website has certificate issues, thats why I am using
rejectUnauthorized: false1 Reply
Anyone?