Uncomment SSL. #466

This commit is contained in:
Korina Cordero 2020-08-14 09:16:36 +00:00
parent bf5a5c602f
commit 3c470177ea

View file

@ -12,7 +12,7 @@ class MapEventHandler {
this.mqtt = new Paho.MQTT.Client(host, port, client_id);
var options = {
//useSSL: this.ssl,
useSSL: this.ssl,
timeout: 3,
invocationContext: this,
onSuccess: this.onConnect.bind(this),