You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* New TLS implementation
Implement TLS to mqtt server thanks to WiFiClientSecure class
* New TLS implementation
Implement TLS to mqtt server thanks to WiFiClientSecure class
* New TLS implementation
Implement TLS to mqtt server thanks to WiFiClientSecure class
* New TLS implementation
Implement TLS to mqtt server thanks to WiFiClientSecure class
* Update MyConfig.h
Typo
* Update GatewayESP8266SecureMQTTClient.ino
Typo
* MyGatewayTransportMQTTClient.cpp updated
Move tls settings to bool gatewayTransportInit(void)
* MySensors code styling applied by GIT
* Try to fix Doxygen warnings
* Doxygen warnings fixed hopefuly
* MY_GATEWAY_ESP8266_SECURE doc added
* MY_GATEWAY_ESP8266_SECURE doc completed
* Avoid platform cross compiling
* Replaced spaces indent by tabs
* Multilines comments to /*
* @brief Set a specific CA certificate needed to validate MQTT server against. Use the certificate as a trust anchor, accepting remote certificates signed by it.
1554
+
* @def MY_MQTT_CA_CERT1
1555
+
* @brief Up to three root Certificates Authorities could be defined to validate the mqtt server' certificate. The most secure.
1556
+
*
1557
+
* This define is mandatory when you need connect MQTT over SSL/TLS. Certificate Authorities.
1558
+
* The best method to validate server certificates.
1559
+
* Advised to retrieve root Certificate Authorities as they expire less often than server certificates.
1560
+
* With let's encrypt you may need up to three Certificate Authorities
1553
1561
*
1554
-
* This define is mandatory when you need connect MQTT over SSL/TLS.
0 commit comments