Hi,
Please can you provide guidance on whether (and how) it is possible to make client application to use an HTTPS-only API with the ESP8266 AT firmware? If not with the AT firmware, can it be done with different firmware?
I tried doing:
AT+CIPSTART="TCP","my_ssl_api.com",443
AT+CIPSEND=126
>GET .... and so forth
But that just gave me back a message from the server saying:
Your browser sent a request that this server could not understand.
Reason: You're speaking plain HTTP to an SSL-enabled server port.
Instead use the HTTPS scheme to access this URL, please.
Please can you advise? Thanks!
HTTPS Port 443
Re: HTTPS Port 443
Postby ESP_Faye » Mon Jun 29, 2015 11:25 am
Hi,
Sorry that Espressif AT bin files do not have SSL (HTTPS) function.
But you could do it by yourself with liblwip_536.a
Here is a sample code of SSL (HTTPS) function http://bbs.espressif.com/viewtopic.php?f=21&t=389
Thanks for your interest in ESP8266 !
Sorry that Espressif AT bin files do not have SSL (HTTPS) function.
But you could do it by yourself with liblwip_536.a
Here is a sample code of SSL (HTTPS) function http://bbs.espressif.com/viewtopic.php?f=21&t=389
Thanks for your interest in ESP8266 !
Who is online
Users browsing this forum: No registered users and 2 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.