Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [paho-dev] websockets, security, brokers

Hi Scott,

Mosquitto supports certificate based TLS for both MQTT and websockets.
It also supports TLS-PSK for clients using MQTT only.

Cheers,

Roger


On Wed, Sep 28, 2016 at 9:31 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
> Howdy,
>
> I see that the Paho java client supports SSL/TLS and websockets.   Does this
> mean that one can use websockets over SSL/TLS?
>
> Also:  I understand that Mosquitto is frequently used as a broker with Paho
> client...does Mosquitto support all the encryption approaches described
> above (are there pages with that info)?   Are there other brokers that also
> support all the encryption options exposed by Paho?
>
> Thanksinadvance,
>
> Scott
>
>
> _______________________________________________
> paho-dev mailing list
> paho-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/paho-dev


Back to the top