microsoft / devkit-sdk

Arduino library and package for the MXChip IoT DevKit
https://aka.ms/devkit
MIT License
68 stars 57 forks source link

HttpClient not working with HTTPS urls #971

Closed DerekFoster1976 closed 4 years ago

DerekFoster1976 commented 5 years ago

Cannot get any HTTPS REest calls to work. Have tried multiple APIs with correct cert fingerprint. Even the official sample code for HttpClient using HTTPS here doesn't work either. Standard HTTP calls work fine. There is a lot of discussion around this for standard Arduino sketches with mixed results. A solution would be great as essentially can't call most APIs directly from the board as they all use HTTPS.

ArthurMa1978 commented 5 years ago

@DerekFoster1976 thank you for feedback. Yes, this HttpClient doesn't support HTTPS, add this to feature backlog

github-actions[bot] commented 4 years ago

This issue has no recent activities, please take a look and provide updates for it.

JerryYangKai commented 4 years ago

Hi @DerekFoster1976 , We have released DevKit SDK 1.6.5 and HttpClient supporting HTTPS now. Please try it.