Pmetzen Posted February 20, 2023 Share Posted February 20, 2023 Is it possible to use a trusted root certificate to access the Fujinet website as https? Quote Link to comment Share on other sites More sharing options...
tschak909 Posted February 20, 2023 Share Posted February 20, 2023 There is already an up to date set of root TLS certificates on the device, as part of mbedTLS. -Thom Quote Link to comment Share on other sites More sharing options...
Pmetzen Posted March 22, 2023 Author Share Posted March 22, 2023 Where? So far, it is still the case that I can only call up the website Fujinet with http:. If I call it by https:// there is nothing yet. Quote Link to comment Share on other sites More sharing options...
mozzwald Posted March 22, 2023 Share Posted March 22, 2023 On 2/20/2023 at 2:59 PM, Pmetzen said: Is it possible to use a trusted root certificate to access the Fujinet website as https? Are you trying to access the FujiNet Web Configuration via https? The server on the esp32 currently does not support it. Quote Link to comment Share on other sites More sharing options...
Pmetzen Posted March 22, 2023 Author Share Posted March 22, 2023 aber es soll doch einen aktuellen Satz von Root-TLS-Zertifikaten auf dem Gerät, als Teil von mbedTLS geben. Quote Link to comment Share on other sites More sharing options...
Pmetzen Posted March 22, 2023 Author Share Posted March 22, 2023 but there should be an up-to-date set of root TLS certificates on the device, as part of mbedTLS. Quote Link to comment Share on other sites More sharing options...
mozzwald Posted March 22, 2023 Share Posted March 22, 2023 32 minutes ago, Pmetzen said: but there should be an up-to-date set of root TLS certificates on the device, as part of mbedTLS. There is an up to date set of root TLS certs on the esp32 which is used for accessing external sites. The web server running on the FujiNet does not support HTTPS. Quote Link to comment Share on other sites More sharing options...
tschak909 Posted March 27, 2023 Share Posted March 27, 2023 On 3/22/2023 at 8:15 AM, mozzwald said: There is an up to date set of root TLS certs on the esp32 which is used for accessing external sites. The web server running on the FujiNet does not support HTTPS. If anyone wants to try adding in HTTPS support, the relevant code is here: https://github.com/FujiNetWIFI/fujinet-platformio/blob/master/lib/http/httpService.cpp And the relevant API documentation for the HTTP server is here: https://docs.espressif.com/projects/esp-idf/en/v4.3.5/esp32/api-reference/protocols/esp_http_server.html -Thom Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.