Help with TLS Socket Creation on Thingy53 error 109 (ENOTSUP) #87975
Unanswered
iskrentsbg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What I've done to fix the Azure authentication issue:
I have inspected the Zephyr code which couldn't successfully complete Azure cognitive services authentication.
I've compared it with your my curl-based C implementation that uses the same endpoint and API key.
I have identified several issues:
TLS socket options failing with error 109 (ENOTSUP)
Possible HTTP request formatting issues
Connection being reset by the server after sending the request
I've tried multiple approaches:
Fixed HTTP request formatting to match curl exactly
Simplified TLS configuration
Tried sending the HTTP headers and empty line separately
Added more debugging
Nothing did work.
The latest log shows:
Current code
Beta Was this translation helpful? Give feedback.
All reactions