Hello all,
I have the scala stream collector running via docker on a self-hosted server, and it’s collecting events fine via http. However, via https the browser sees the error “failed (net)::ERR_CONNECTION_REFUSED”.
How can I get the collector to receive input via https? I’d like to keep this setup confined to the same server that I’m running the stream collector docker container on. The collector is feeding data into kafka, so it is a real-time pipeline. The collector url is a subdomain of a domain name that has an active SSL certificate.
Thanks!