Stocki
Stocki
WWindmill
Created by Stocki on 3/20/2024 in #help
Error when trying to deploy a script from one environment to another
No description
17 replies
WWindmill
Created by Stocki on 12/14/2023 in #help
Passing custom argument to deno CLI
Hi there ! I'm currently using windmill to synchronize data between database using some deno typescripts. Some API I'm posting on just changed their SSL Certificate a few days ago and I'm having this issue during the runtime :
TypeError: error sending request for url
https://xxxx.business.dev/path/to/api): error trying to connect: invalid peer certificate: UnknownIssuer
TypeError: error sending request for url
https://xxxx.business.dev/path/to/api): error trying to connect: invalid peer certificate: UnknownIssuer
Some quickfix I would like to implement for now would be to disable SSL Verification on deno using that argument --unsafely-ignore-certificate-errors is there actually a way to pass custom argument to the deno runtime using windmill ? I checked the online documentation but didn't find anything
3 replies