spinkube / containerd-shim-spin

A ContainerD shim for running Spin Applications.
Apache License 2.0
69 stars 13 forks source link

HTTPS request fails #44

Closed radu-matei closed 5 months ago

radu-matei commented 7 months ago

I am running an application that needs to make an outbound HTTPS request and it currently fails to send that request: unable to get local issuer certificate

Handler returned an error: Uncaught InternalError: Error::RuntimeError("POST /infer request error: error sending request for url (https://fermyon-cloud-gpu-zordxicj.fermyon.app/infer): error trying to connect: unexpected EOF (unable to get local issuer certificate)")
radu-matei commented 7 months ago

What I'm bumping into is https://github.com/deislabs/containerd-wasm-shims/issues/176.

rajatjindal commented 5 months ago

this is now fixed with https://github.com/spinkube/spin-operator/pull/207 and available in v0.2.0 of spin-operator.