Skip to content

[http-connection] - static: Client connection failed with error 30 (AWS_ERROR_PRIORITY_QUEUE_EMPTY) #611

Answered by bretambrose
ramkumarpvs asked this question in Q&A
Discussion options

You must be logged in to vote

The error code is a red herring. You've hit a code path that fails but does not set the thread-local error code and so whatever was set previously is being surfaced.

Based on the logging, I believe the failing call is here:

https://github.com/awslabs/aws-c-io/blob/main/source/channel_bootstrap.c#L299-L300

Without knowing more about platform, compilation setup, and what "FIPS enabled crypto" implies, I can't say more.

I would suggest stepping into the function above and seeing what exactly is failing.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jmklix
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