UNKNOWN_CERTIFICATE_VERIFICATION_ERROR
Getting below error when deploying a Typescript(Bun)
Windmill Version: 1.572.2
bun install v1.2.23 (cf136713)
Resolving dependencies
Resolved, downloaded and extracted [6]
error: UNKNOWN_CERTIFICATE_VERIFICATION_ERROR downloading package manifest windmill-client
error: windmill-client@latest failed to resolve
Non-zero exit status for bun install: 1
4 Replies
are you on EE? It looks like you're using private certificate or proxy which can be a bit tricky to make work and we do not provide support for that outside of EE
@rubenf
I am on Community Edition and on Corporate Network.
I have even provided the NPM Registry's root CA
- NODE_EXTRA_CA_CERTS=/windmill/certs/repos-refinery-dev.crt
can you try those:
@fjørdlek
Thanks Alex for the pointers.
all these will be passed to Windmill-worker env?
And all the certs would be same for Node,Bun and Curl?
Will try these and post here.
@fjørdlek
The issue got resolved by
SSL_CERT_FILE=<certs>
NODE_EXTRA_CA_CERTS and BUN_TLS_CA_FILE are somehow not working