andrepastore
andrepastore
@Sushisource we are using temporal cloud, with TLS certificates for auth, there are no proxies in the environment
hey, I didn't check this in a while, I was going to try the newest version to see if the issue was solved, but apparently it still remains, let me...
@happylinks just tested it here and it did not work in my case, but our url is in grpc and not https as in your case, here is the example...
@happylinks just tested it, if the url is using https it starts the worker, but then I receive this error: `OpenTelemetry metrics error occurred. Metrics exporter otlp failed with the...
I tried to consolidate the full code in one block, hope it's clear: ```rust let server_url = env::var("TEMPORAL_ADDRESS").unwrap_or("localhost:7233".to_owned()); let temporal_setup = TemporalSetup { server_url: format!("grpc://{server_url}"), namespace: env::var("TEMPORAL_NAMESPACE").unwrap_or("boleto-seeker-dev.grnoi".to_owned()), worker_setup: TemporalWorkerSetup {...