Search found 23 matches

by mr1000
Wed Jan 31, 2018 12:04 pm
Forum: General Discussion
Topic: Https: multiple ssl writes
Replies: 4
Views: 8447

Re: Https: multiple ssl writes

Here's the 3 functions I've reestructured from the example. https://gist.github.com/anonymous/9eb06dc4e4e6ab9dd4b01daf27569e36 I added the line "Connection: keep-alive", as you pointed, that was one thing I was missing. Although if I change the "HTTP/1.0" for "HTTP/1.1", wouldn't be necessary as I u...
by mr1000
Tue Jan 30, 2018 10:10 am
Forum: General Discussion
Topic: Https: multiple ssl writes
Replies: 4
Views: 8447

Https: multiple ssl writes

Hi there, I followed the https_request example: /* HTTPS GET Example using plain mbedTLS sockets * * Contacts the howsmyssl.com API via TLS v1.2 and reads a JSON * response. * * Adapted from the ssl_client1 example in mbedtls. * * Original Copyright (C) 2006-2016, ARM Limited, All Rights Reserved, A...
by mr1000
Fri Jan 12, 2018 9:18 am
Forum: General Discussion
Topic: Trouble setting up a sample project in Eclipse
Replies: 0
Views: 2264

Trouble setting up a sample project in Eclipse

I basically followed this guide https://esp-idf.readthedocs.io/en/latest/get-started/eclipse-setup-windows.html#eclipse-windows-setup to setup the project settings. Also made a 'make menuconfig' in mingw32 console. I use hello_world code example but I'm getting errors when building. https://i.imgur....