W
Windmill5mo ago
rubenf

I don't but can follow up separately @

I don't but can follow up separately @Alper
7 Replies
Alper
Alper5mo ago
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...
Alper
Alper5mo ago
finally made it work. will write a guide. could open a PR for your docs if you want
rubenf
rubenf5mo ago
that would be fantastic
Alper
Alper5mo ago
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.
rubenf
rubenf5mo ago
we could add it to guide
Alper
Alper5mo ago
here? https://www.windmill.dev/docs/misc/guides btw this page is missing the link to the airplane guide
rubenf
rubenf5mo ago
true, @henri-c