10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb2351a commit 815093aCopy full SHA for 815093a
README.md
@@ -40,6 +40,9 @@ a WebSocket Server and Client for Arduino based on RFC6455.
40
### wss / SSL ###
41
supported for:
42
- wss client on the ESP8266
43
+ - wss / SSL is not natively supported in WebSocketsServer however it is possible to achieve secure websockets
44
+ by running the device behind an SSL proxy. See [Nginx](examples/Nginx/esp8266.ssl.reverse.proxy.conf) for a
45
+ sample Nginx server configuration file to enable this.
46
47
### ESP Async TCP ###
48
0 commit comments