fido-device-onboard / client-sdk-fidoiot

This a C-based implementation of the Device component defined in FIDO Device Onboard (FDO) Specification.
Apache License 2.0
20 stars 32 forks source link

Fix for custom curl with hosted rv #234

Closed tajnisha closed 1 year ago

tajnisha commented 1 year ago

When curl is not installed in system path and only at custom path, TO1 fails with hosted RV.

Root cause: This is because of http2 is selected during negotiation with hosted RV and currently our CSDK implementation does not support it.

Fix: Configure Client to use http 1.1 with curl