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
Allow setting the trust_store etc. to a string that contains the certificate, instead a path. Use case: crate ships with custom CA certificate of the server, avoid creating temporary files
Allow passing a custom server name that will be used for validating the SNI field, instead of using the host name. Use case: host name of the connection (IP) is different than the certificate's SNI (device serial number). See Node.js TLS servername parameter and paho.mqtt.c for how this could be implemented.
The text was updated successfully, but these errors were encountered:
Please consider adding these features:
Allow setting the trust_store etc. to a string that contains the certificate, instead a path. Use case: crate ships with custom CA certificate of the server, avoid creating temporary files
Allow passing a custom server name that will be used for validating the SNI field, instead of using the host name. Use case: host name of the connection (IP) is different than the certificate's SNI (device serial number). See Node.js TLS servername parameter and paho.mqtt.c for how this could be implemented.
The text was updated successfully, but these errors were encountered: