Question around accessing web targets

On this topic, I’m trying to proxy to a grafana dashboard hosted in EKS. When I try the cli command: “boundary connect http” against my deployed boundary cluster (in aws, with TLS on) I get this error:

curl: (60) SSL: no alternative certificate subject name matches target host name ‘127.0.0.1’

I’m connecting to a deployed boundary service, but it looks like it’s trying to run a local proxy. Any ideas what i’m doing wrong? Or should we just have TLS off at this point?

Or alternatively do we need to build a Go server to front our web UIs? I’m curious if fronting web uis is possible in any way at this point.

Thanks in advance.