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

You could either use tls_set option or using an iptables net chain rule to forward the “clear” traffic toward a program which manages the SSL connect.



> On 31 Mar 2018, at 09:19, Tatsuzo Osawa <tatsuzo.osawa@xxxxxxxxx> wrote:
> 
> This question seems independent of Mosquitto.
> Many experts of generic MQTT are at
> https://groups.google.com/forum/#!forum/mqtt .
> 
> Regards,
> Tatsuzo
> 
> 2018-03-31 7:43 GMT+09:00 Praveen Badsheshi <praveen.badsheshi@xxxxxxxxx>:
>> 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
> _______________________________________________
> 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