Dear board,
I was wondering how to set up a secure encrypted websocket (wss ) connection using the AT WEBSOCKET commands, how to I provide the certificates for the ssl handshake? Which command sequence should I use?
Regards,
Matteo
Secure Websocket AT esp32c3
Re: Secure Websocket AT esp32c3
Hi, this feature was added to master branch, you can pull the latest code and have a test (document is not ready now).
Three new parameters are added to AT+WSCFG command.
AT+WSCFG=<link_id>,<ping_intv_sec>,<ping_timeout_sec>[,<buffer_size>][,<auth_mode>,<pki_number>,<ca_number>]
parameter meanings are same to https://docs.espressif.com/projects/esp ... .html#id94.
you can use AT+SYSMFG command to update certificates and keys.
Three new parameters are added to AT+WSCFG command.
AT+WSCFG=<link_id>,<ping_intv_sec>,<ping_timeout_sec>[,<buffer_size>][,<auth_mode>,<pki_number>,<ca_number>]
parameter meanings are same to https://docs.espressif.com/projects/esp ... .html#id94.
you can use AT+SYSMFG command to update certificates and keys.
Who is online
Users browsing this forum: No registered users and 19 guests