Skip to content

MQTT TLS support #3

Description

@Mibo5354

I'm running Mosquitto broker with SSL/TLS on port 8883, I tried setting up a device control tile with this app however it does not work due to a protocol error. Does this app support MQTT with TLS?

mosquitto.log

1664414366: New connection from ***.***.***.***:***** on port 8883.
1664414366: OpenSSL Error[0]: error:1402542E:SSL routines:ACCEPT_SR_CLNT_HELLO:tlsv1 alert protocol version
1664414366: Client <unknown> disconnected: Protocol error.
1664414366: Client connection from ***.***.***.*** failed: error:1402542E:SSL routines:ACCEPT_SR_CLNT_HELLO:tlsv1 alert protocol version.

current config

[
  {
    "controls": [
      {
        "MQTTtopic": "cmnd/tasmota/Power",
        "PIFlags": 134217728,
        "controlID": "0",
        "deviceType": 13,
        "enabled": true,
        "retain": false,
        "structure": "Tasmota",
        "subtitle": "State",
        "template": {
          "actionDescription": "",
          "offCommand": "OFF",
          "onCommand": "ON",
          "templateType": "toggletemplate"
        },
        "title": "PC Power"
      }
    ],
    "enabled": true,
    "password": "****",
    "port": 8883,
    "protocol": "tcp",
    "url": "mqtt.*****.***",
    "username": "*****"
  }
]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions