From 563225c9ee4afbeca74b9237c6bed3f013e195d2 Mon Sep 17 00:00:00 2001 From: Akashdeep Deb Date: Sun, 29 Dec 2024 13:57:31 +0800 Subject: [PATCH 1/2] Update README.md Updating README to include ESP32 support in client mode --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bc37c8a0..b09189fe 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ a WebSocket Server and Client for Arduino based on RFC6455. ### wss / SSL ### supported for: - wss client on the ESP8266 + - wss / ssl for ESP32 in client mode - 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. From fa4ddbbc04ef1f20c4009f46894ffa8b90e4320b Mon Sep 17 00:00:00 2001 From: Markus <974709+Links2004@users.noreply.github.com> Date: Sun, 29 Dec 2024 10:24:23 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b09189fe..672c6497 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ a WebSocket Server and Client for Arduino based on RFC6455. ### wss / SSL ### supported for: - wss client on the ESP8266 - - wss / ssl for ESP32 in client mode + - wss / SSL for ESP32 in client mode - 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.