From 815093a123588c8c3bed0b0f96f9c0754367d7ac Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 11 Jun 2016 10:17:13 +0100 Subject: [PATCH] wss / SSL README.md documentation update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c625942..0394d98 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,9 @@ a WebSocket Server and Client for Arduino based on RFC6455. ### wss / SSL ### supported for: - wss client on the ESP8266 + - wss / SSL is not natively supported in WebSocketsServer however it is possible to achieve secure websockets + by running the device behind an SSL proxy. See [Nginx](examples/Nginx/esp8266.ssl.reverse.proxy.conf) for a + sample Nginx server configuration file to enable this. ### ESP Async TCP ###