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.
2 parents eb2351a + 26130dc commit b99bae4Copy full SHA for b99bae4
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