Skip to main content
Visitor II
November 6, 2020
Question

Accessing AWS Restpoint not possible

  • November 6, 2020
  • 1 reply
  • 709 views

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

    This topic has been closed for replies.

    1 reply

    ST Employee
    November 25, 2020

    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