Accessing AWS Restpoint not possible
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-06 7:59 AM
Hello
I got a problem accessing a Rest point server.
In what follows I will give you the verbose output on my STM32MP1 (Running under Buildroot)
And the second one my Laptop (Ubuntu 18.04)
I don't understand why is it working on one and not on the second
Thank you
Labels:
- Labels:
-
STM32MP15 Lines
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-11-25 2:53 AM
Hi @SigmaPrime ,
Could you please cross-check that curl version of Buildroot supports http2 (nghttp2 or HTTP2) ?
You can compare features supported by curl on your Ubuntu and Buildroot with this command :
curl --version
BR,
Christophe
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
