Skip to content

Commit 31abb6e

Browse files
Rotzbuadevyte
authored andcommitted
[doc] update HTTPSRequest.ino (#3925)
add limitations of https connections
1 parent 3b0c395 commit 31abb6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libraries/ESP8266WiFi/examples/HTTPSRequest/HTTPSRequest.ino

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
* esp8266/Arduino project continuous integration
88
* build.
99
*
10+
* Limitations:
11+
* only RSA certificates
12+
* no support of Perfect Forward Secrecy (PFS)
13+
* TLSv1.2 is supported since SDK 2.4.0-rc1
14+
*
1015
* Created by Ivan Grokhotkov, 2015.
1116
* This example is in public domain.
1217
*/

0 commit comments

Comments
 (0)