And i found the parameter path in `esp_http_client_handle_t`, but the way is unable to achieve, for the private definition.
- esp_http_client_handle_t client = esp_http_client_init(&config);
- esp_transport_handle_t tranport = client->transport;
- auto ssl = (transport_esp_tls_t*)tranport->data;
- mbedtls_ssl_conf_authmode(ssl->tls->conf, MBEDTLS_SSL_VERIFY_NONE);