Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Fail to receive data from some docker publishers
  • From: Svet Bajlekov <svet.bajlekov@xxxxxxx>
  • Date: Thu, 15 Dec 2022 08:01:22 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ammp.io; dmarc=pass action=none header.from=ammp.io; dkim=pass header.d=ammp.io; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=edijpvtkZ8O7seIbsS2kBBr95O0k3KYnLnXSCMwZqlQ=; b=JJcPSNQT4YcdRYBWx4yuUszQyntstlojKueqjsSeroqZCOEDBoLCtxXa7Van5iMNYzhGcH00mf8NsYyV8DHupGeOOKB7gme4NQDn2nq5m9e7TsY2k5Q2SYZKVtLR34b79QDt5hgoLhOkOf6DaPk/NgHYnXMsxpxlkrpnQMlxQJMr42GRjwd5nX8Ekt3uHExF45mWHevLAiVdIimKhOwY6TdZNHjOwuPimGCqzNc0iBOVrDHGgzwcPdjT1uvHWmSjUa/yKIpv8rloDIMzWjhBbjejLTXvailvlea7wXLQdhg36cb3qUXdzqGDpZ5HQWfniTCPR8FQMVozq7ZPBhQokQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=OgT6cDmmhnGSrTDY31/dlrYpwY+6tUcFn7Bxd2kUhTC5e6NjiTvtexKHN2mw0Jc7GvUtn2BVQQzcH2+rzzzP9zPPLktTMlQ7MpKT7YQ7npkUtoWRhXQV+J04toZx6YNIqReM/BDrGto/Hu+yMPFY9joLtep8AlwkhNia1gj6FB+/fRXrWQhLgD2MFCB3z6FHoAx9Bz6KmC8Q4QK29V9ksgPU2Mwufk3XD/ZywVWd09zwgjoTt6gnSIPXLtC0IobO0hl4KpjBZ5RBAKBVG69C/Mwp8Wn6WkubwcJDm71NvVcVWCbDBKqmbCJ1OoiZefHfX6XjvAX2PZoqqpnJYC5T2w==
  • Delivered-to: mosquitto-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/mosquitto-dev/>
  • List-help: <mailto:mosquitto-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/mosquitto-dev>, <mailto:mosquitto-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/mosquitto-dev>, <mailto:mosquitto-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AQHZEDyiNw9zV/wvhk2b+PrWNpMI7q5ull5E
  • Thread-topic: [mosquitto-dev] Fail to receive data from some docker publishers

Hi Chris,
I’m guessing that those clients are using an outdated version of OpenSSL. Upgrading the OpenSSL version used in the respective containers will probably fix the error. I’m afraid I’m not familiar with the specific packages you mention so not sure about the detail of how to do that. Either way, an internet search for the error turns up quite a few useful resources. Have in mind that this isn’t a mosquitto issue as such - it’s an SSL issue.

Alternatively, you may be able to tweak your mosquitto configuration to allow connections from older SSL versions and/or deprecated ciphers, but I would only suggest that in a case where you have no control over the clients - which isn’t the case here.

Hope this helps in getting you closer to a solutions.

Svet

> On Dec 15, 2022, at 5:21 AM, Ubuntu Linux via mosquitto-dev <mosquitto-dev@xxxxxxxxxxx> wrote:
> 
> 
> I have mosquitto version 2.0.14 running as a docker container.
> Node-red and ot-recorder are also in containers and communicating fine.
> External mosquitto_pub and _sub clients interact well also.
> However zwave-js-ui and weatherflow2mqtt don't connect.
> 
> In the mosquitto log I see these errors:
> ```
> Client connection from 192.168.64.1 failed: error:1404A42E:SSL routines:ST_ACCEPT:tlsv1 alert protocol version.
> ```
> The IP address is the docker host IP.
> How am I to interpret this error?
> zwavejs2mqtt used to work, but started to fail a few days ago, which led me to upgrade to the newer version zwave-js-ui. But this did not resolve the connection issue.
> 
> Thank you, Chris Klomp 
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/mosquitto-dev

Back to the top