Connecting to Elastic Search through rev proxy

I have elastic search clusters accessible through a rev proxy where the url can look like https://telemetry.company.com/myproject/.

When trying to add a new Elasticsearch source it seems like there is no support for using a url instead of the host, because dremio tries to read …/myproject:443/_nodes instead of …:443/myproject/_nodes.

Since elastisearch naturally communicates over https(s) there whouldn’t be any inherent problems with using a rev proxy for it. Can dremio support this?