Hi ,
We are trying to connect to a HTTPS site using ESP 32. Existing examples available do not work with https sites. Please provide example code with ESP32 wifi connecting to HTTPS site.
Regards
Anusha
Did you try the below example ?
http://gadget.renesas.com/ja/reference/lychee/grlibs_tls.html
It works fine. I used web compiler now.
hey.. yeah I have defined them in json file while testing
This is the error which is coming
arm-none-eabi-ar rcs ./gr_common/gr_common.ac:/Program Files/GNU Tools ARM Embedded/5.3 2016q1/bin/arm-none-eabi-ar.exe: ./gr_common/gr_common.a: No such file or directorymake: *** [gr_common/gr_common.a] Error 1
Hi PFA the screen shot... I just compiled the code selected GR LYchee Mbed style project. Input the SSID and Password
I think you did wrong way for copying.
The below is my screen. You can see main.cpp that describes the example includes below define. I just copy the raw text to main.cpp.
#define MBED_CONF_APP_WIFI_SSID "Okamylab7"#define MBED_CONF_APP_WIFI_PASSWORD "oooooooo"