Hi all,
Is the fly.io http handler able to perform https requests?
Basically want external https → fly.io edge → internal https using self-signed CA → fly.io app.
Cheers,
Stefan
Hi all,
Is the fly.io http handler able to perform https requests?
Basically want external https → fly.io edge → internal https using self-signed CA → fly.io app.
Cheers,
Stefan
It can’t, no. We only connect over http
to internal VMs. I’m not sure we’ll ever teach the HTTP handler how to handle https
backends, it’s a bit of a UX nightmare to support.