Skip to content

Commit 8aaba51

Browse files
committed
tls notes
1 parent df9a544 commit 8aaba51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DeviceHiveESP8266.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
# Table of contents
66
* [Overview](#overview)
77
* [Getting started](#getting-started)
8+
* [SSL support](#ssl-support)
89
* [Local services](#local-services)
910
* [mDNS](#mdns)
1011
* [RESTful API](#restful-api)
@@ -151,6 +152,9 @@ After rebooting you can send commands to DeviceHive server or local RESTful API
151152

152153
Now you can start writing your own program to create your own IoT devices with your favorite language and frameworks using DeviceHive [RESTful API](http://devicehive.com/restful) which you can transmitted with HTTP(S) or Websockets. List of accepted command for ESP8266 is listed in this document.
153154

155+
# SSL support
156+
Firmware supports encrypted WebSocket server connectity using Transport Layer Security (TLS). Server should support TLSv1.1 and TLS_RSA_WITH_AES_128_CBC_SHA or TLS_RSA_WITH_AES_256_CBC_SHA cipher.
157+
154158
# Local services
155159
Firmware sets chip hostname and announce chip with mDNS using configured DeviceId. Hostname is limited with 32 chars, further DeiviceId's chars are omitted.
156160

0 commit comments

Comments
 (0)