openzipkin-contrib / brave-opentracing

Bridge between OpenTracing and Brave
http://opentracing.io
Apache License 2.0
64 stars 39 forks source link

Add tls support #75

Closed bputt closed 5 years ago

bputt commented 6 years ago

When setting up the zipkin endpoint, it'd be helpful to enable TLS

OkHttpSender.create("https://127.0.0.1:9411/api/v2/spans")

Ideally, we could pass in a jks/pkcs12 cert, password, and a CA bundle

bputt commented 6 years ago

Referencing https://github.com/openzipkin/brave/issues/691 as that should be a dependency

codefromthecrypt commented 5 years ago

wrong project zipkin-reporter-java is what you want