shoenig / go-mqtt

A development fork of the Eclipse Paho Go MQTT client
http://git.eclipse.org/c/paho/org.eclipse.paho.mqtt.golang.git/
Eclipse Public License 1.0
13 stars 6 forks source link

No support for any sort of TLS #5

Closed shoenig closed 10 years ago

robert17 commented 10 years ago

Basic support for TLS has been added. The client application can now create a tls.Config and add this to the connect options.

opts.tlsconfig defaults to nil. If it is not nil, then a secure connection will be used.