I deployed a test STT server behind a Traefik reverse proxy server. However because I have my own root and ca (which is trusted in the system cert store). Unfortunately wasmtime runtime hard codes the root bundle only, and doesn't allow custom CAs or system store.
I think the issue is in the upstream, not your app - There's already an open issue that's been open for two years:
bytecodealliance/wasmtime#8748
I deployed a test STT server behind a Traefik reverse proxy server. However because I have my own root and ca (which is trusted in the system cert store). Unfortunately wasmtime runtime hard codes the root bundle only, and doesn't allow custom CAs or system store.
I think the issue is in the upstream, not your app - There's already an open issue that's been open for two years:
bytecodealliance/wasmtime#8748