-
Notifications
You must be signed in to change notification settings - Fork 326
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
[QUESTION] lws_client_handshake: got bad HTTP response '403' #1875
Comments
Hi @WeiWei00123, we're working on that in this PR. #1840 Note that if you build with dependencies off, it will use the openssl installed on your system. Here are the instructions for that. https://github.com/awslabs/amazon-kinesis-video-streams-webrtc-sdk-c#building-with-dependencies-off Could you share which branch you're running on? If you're on develop, can you try with master? |
Which version of the SDK are you using? |
@sirknightj @disa6302 thank you for your reply, I will try #1840 later, and my sdk version is v1.8.1 |
Hi @WeiWei00123, did using the newer version of the SDK fix the issue for you? (A newer version- 1.9.1 is also available now) |
@niyatim23 thank you for your reply, this issue has been resolved |
When I connect my IP camera to webrtc, I encounter an error "lws_client_handshake: got bad HTTP response '403'". My IP camera uses OpenSSL version 3.1.0 for its system. I suspect this version might be the cause of the error. Is there an SDK version available that supports OpenSSL 3.1.0?
The text was updated successfully, but these errors were encountered: