Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Establishing Secured MQTT Connection using TLS - Paho C Client

Hi Anas.

On 2016-05-30 10:10, Anas A wrote:
> I would like to use TLS in my mqtt connection without client certificate
> based authentication, Am very new to TLS/SSL please suggest. 

You would want to take a look at TLS pre-shared key (PSK) using
Mosquitto's psk_file and psk_hint configuration parameters
(http://mosquitto.org/man/mosquitto-conf-5.html).

PSK overview at; https://en.wikipedia.org/wiki/TLS-PSK

PSK specification (originally by Nokia) at;
https://tools.ietf.org/html/rfc4279

Good luck,
-- 
Mikkel


Back to the top