You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This example creates a SSL server that returns a simple HTML page when you visit its root URL.
6
+
This example creates an HTTPS server with SSL/TLS support using **ESP-TLS**that serves a simple HTML page when you visit its root URL.
7
7
8
-
See the `esp_https_server` component documentation for details.
8
+
For more information, refer to the [esp_https_server component documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_https_server.html).
9
9
10
10
## How to use example
11
11
Before project configuration and build, be sure to set the correct chip target using `idf.py set-target <chip_name>`.
This example creates a SSL server and employs a simple Websocket request handler. It demonstrates handling multiple clients from the server including:
6
+
This example creates an HTTPS server with SSL/TLS support using ESP-TLS and employs a simple Websocket request handler. It demonstrates handling multiple clients from the server including:
7
7
* PING-PONG mechanism
8
8
* Sending asynchronous messages to all clients
9
9
10
-
See the `esp_https_server` component documentation for details.
10
+
For more information, refer to the [esp_https_server component documentation](https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_https_server.html).
0 commit comments