2020-11-06 07: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
2020-11-25 02: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