Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] MQTT connection using opens s_client

What is your reason for not wanting to use mosquitto_connect?


Is it the mosquitto TLS implementation that you don't like?

You could try using stunnel and then connect over plain TCP locally:

https://www.stunnel.org/

Sent from my phone



On 30 Mar 2018, at 23:43, Praveen Badsheshi <praveen.badsheshi@xxxxxxxxx> wrote:

Hi,

This question seems to be a silly question, but I would like to know if it is possible to connect to MQTT broker using openssl s_client ?
Idea is, I do not want to connect using mosquitto_connect. So I am looking for any other option to establish the MQTT connection.

Thanks, 
Praveen
_______________________________________________
mosquitto-dev mailing list
mosquitto-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/mosquitto-dev

Back to the top