Page 1 of 1

CytronWiFiShield failed to make request to HTTPS endpoint

PostPosted: Wed Nov 15, 2017 11:49 am
by wmfairuz
Hi,

I'm using CytronWiFiShield for my Arduino project and trying to run the https client example but failed.

Serial Output:
Start wifi connection
Connected to: ABC Unifi
IP address: 192.168.0.161
Connecting to api.github.com
Failed to connect to server.

Is there any extra step to do for https requests? (eg. cert)

Thanks

Re: CytronWiFiShield failed to make request to HTTPS endpoin

PostPosted: Thu Nov 16, 2017 10:31 am
by bengchet
Hi,

Which version of shield you are using, version 1 or 2? Please use CytronWiFiDemo in examples to check your shield AT version.

version.png
version.png (11.31 KiB) Viewed 3671 times


You can try this user manual on firmware installation for SSL support. Please complete all the steps in part 8 before proceed to use this shield with Arduino.

Note: Above all, please use CytronWiFiDemo to verify your valid connection to servers before doing firmware installation, the sketch uses http server.