Skip to content

SSL error - state=SSLv2/v3 read server hello A: unknown protocol (OpenSSL::SSL::SSLError) #958

Answered by arielvalentin
ruby4mag asked this question in Q&A
Discussion options

You must be logged in to vote

This error looks to me like you're trying to use the default secure connections (https) from the Rails app to send traces to the OTEL exporter.

If you're running this in an environment where you're not managing SSL certificates e.g. development, you'll need to use insecure connections (http).

Take a look at the docs for an example of how to do that:

https://opentelemetry.io/docs/ruby/getting_started/#exporting-traces

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ruby4mag
Comment options

Answer selected by ruby4mag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants