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

Intermittent Connection Failures (Underlying Transport Error - uninitialized (SSL routines)) #1150

Open
BenS1 opened this issue Oct 24, 2024 · 0 comments

Comments

@BenS1
Copy link

BenS1 commented Oct 24, 2024

I've been successfully using WebSocketPP for a while now (Thank you), but recently we changed out Client-Server comms from using long lived connections to using shorter lived connections and since then we've been seeing frequent connection failures.

Looking at the error information on the connection failures we were getting an "Underlying Transport Error". Adding further logging to see the transport error details I see that the transport error details are "uninitialized (SSL routines)" (Error 167772436).

If we keep retrying the connection then it eventually succeeds.

Note that a Wireshark capture suggests that nothing is actually happening on the network when these failures occur.

Is this a known problem, or can you think of anything I may be doing wrong?

TY
Ben
P.S. this in on version 0.8.1. I don't see anything in the 0.8.2 release notes that suggests any fixes in this area though, but I'll try it anyway.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant