Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSL not supported on OTLP/gRPC port 4317 #817

Closed
paya-cz opened this issue Dec 20, 2021 · 3 comments
Closed

SSL not supported on OTLP/gRPC port 4317 #817

paya-cz opened this issue Dec 20, 2021 · 3 comments
Labels
traces Tracing related issue

Comments

@paya-cz
Copy link

paya-cz commented Dec 20, 2021

Is your feature request related to a problem? Please describe.

Following the OpenTelemetry docs, where SSL is mentioned as a feature:
https://github.com/open-telemetry/opentelemetry-js/tree/main/packages/exporter-trace-otlp-grpc

const collectorOptions = {
  // url is optional and can be omitted - default is grpc://localhost:4317
  url: 'grpc://<collector-hostname>:<port>',
  credentials: grpc.credentials.createSsl(),
};

I am never able to send any traces if I enable SSL. If I however do not enable SSL, everything works fine.

Describe the solution you'd like

Either provide better errors/docs that SSL is not supported, or add support for SSL.

Describe alternatives you've considered

Disable SSL.

@sethAmazon
Copy link
Member

If this is not an amazon specific issue can you please create an issue with the contrib.

@paya-cz
Copy link
Author

paya-cz commented Jan 4, 2022

@sethAmazon I do not know if this is amazon specific issue or not.

@alolita alolita added the traces Tracing related issue label Jan 7, 2022
@alolita
Copy link
Contributor

alolita commented Jan 7, 2022

Hi @paya-cz this is an upstream JS SDK issue - please report this issue upstream at https://github.com/open-telemetry/opentelemetry-js/issues

@alolita alolita closed this as completed Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
traces Tracing related issue
Projects
None yet
Development

No branches or pull requests

3 participants