mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 14:20:51 +00:00
.
This commit is contained in:
@@ -146,7 +146,8 @@ static void mqtt_app_start(void)
|
|||||||
.broker = {
|
.broker = {
|
||||||
.address.uri = CONFIG_BROKER_URI,
|
.address.uri = CONFIG_BROKER_URI,
|
||||||
.verification.certificate = (const char *)mqtt_eclipseprojects_io_pem_start,
|
.verification.certificate = (const char *)mqtt_eclipseprojects_io_pem_start,
|
||||||
.use_global_ca_store = false
|
.use_global_ca_store = false,
|
||||||
|
.skip_server_verification = true
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user