Search found 4 matches

by VivekBorse
Fri Jul 05, 2024 1:10 pm
Forum: ESP-IDF
Topic: mbedtls ssl Issue
Replies: 1
Views: 596

Re: mbedtls ssl Issue

Continueing to above issue,Following is same information taking from ESP SDK Examples. ## Certificates You will need to approve a security exception in your browser. This is because of a self-signed certificate: this will be always the case, unless you preload the CA root into your browser/system as...
by VivekBorse
Wed Jul 03, 2024 11:01 am
Forum: ESP-IDF
Topic: mbedtls ssl Issue
Replies: 1
Views: 596

mbedtls ssl Issue

I am using ESP32C6 Board. I am using HTTPS server stack size of https server task is 20480 so while requesting to server from browser i am getting following error while handshaking E (64364) esp-tls-mbedtls: mbedtls_ssl_setup returned -0x7F00 E (64364) esp-tls-mbedtls: create_ssl_handle failed, retu...
by VivekBorse
Fri Apr 26, 2024 9:16 am
Forum: ESP-IDF
Topic: Custom command or (POST BUILD) run after build
Replies: 0
Views: 330

Custom command or (POST BUILD) run after build

Hi, I want to run my custom command after POST BUILD Below is a contain of my cmakeList.txt files cmake_minimum_required(VERSION 3.16) # This example uses an extra component for common functions such as Wi-Fi and Ethernet connection. set(EXTRA_COMPONENT_DIRS $ENV{IDF_PATH}/examples/common_components...
by VivekBorse
Thu Nov 09, 2023 4:34 pm
Forum: General Discussion
Topic: issue while going back to normal mode from encryption in development mode on ESP32C6
Replies: 0
Views: 714

issue while going back to normal mode from encryption in development mode on ESP32C6

Hi, I followed the procedure to flash encryption given in https://docs.espressif.com/projects/esp-idf/en/latest/esp32c6/security/flash-encryption.html and used the sample example in ESP-IDF to test the flash encryption in development mode. for 1st run I tried without enabling the encryption setting...