linkerd-zipkin
linkerd-zipkin copied to clipboard
Support TLS-encrypted communication
When using port 443, traces are never received from Zipkin. I suspect this is because the traces are still sent via HTTP even though the port is 443 and the server initiates a TLS handshake. It would be good to also be able to support custom CA certificates too, although that might be doable by simply installing them on the machine/container where linkerd is running (?).