7 Replies
appreciated. trying all kinds of combinations via docker-compose
basically created my own self-signed certificate, proxying all windmill requests to an nginx which then proxies those to a mockserver
always getting ssl connection or trust errors
followed https://www.lfanew.com/posts/windmill-ca-trust/ as well
lfanew
Configuring Windmill to Trust Internal/Corporate CAs
TL;DR Mount CA Certificates in Windmill
Ensure CA certificate is base64 encoded and has .crt extension. Create a directory for CA certificates. Modify docker-compose.yml to mount this directory to /usr/local/share/ca-certificates in read-only mode. Use INIT_SCRIPT environment variable to run update-ca-certificates in worker containers. Establish...
finally made it work. will write a guide. could open a PR for your docs if you want
that would be fantastic
closest page i found is https://www.windmill.dev/docs/core_concepts/instant_preview
but not really fitting. maybe a new page for e2e testing could make sense?
Instant Preview & Testing | Windmill
On top of its integrated editors (scripts, flows, apps), Windmill allows users to see and test what they are building directly from the editor, even before deployment.
we could add it to guide
here? https://www.windmill.dev/docs/misc/guides
btw this page is missing the link to the airplane guide
true, @henri-c