Uncomment SSL. #466
This commit is contained in:
parent
bf5a5c602f
commit
3c470177ea
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ class MapEventHandler {
|
||||||
|
|
||||||
this.mqtt = new Paho.MQTT.Client(host, port, client_id);
|
this.mqtt = new Paho.MQTT.Client(host, port, client_id);
|
||||||
var options = {
|
var options = {
|
||||||
//useSSL: this.ssl,
|
useSSL: this.ssl,
|
||||||
timeout: 3,
|
timeout: 3,
|
||||||
invocationContext: this,
|
invocationContext: this,
|
||||||
onSuccess: this.onConnect.bind(this),
|
onSuccess: this.onConnect.bind(this),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue