Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Problem

You have the right certificates for the TLS connection and the right configuration in your config. Still, the TLS connection is being rejected.

...

languagebash
themeEclipse
titleError message
linenumberstrue

...


Solution

Here go some instructions ...

...

In the  [ExternalBroker] configuration, you need to change the TLS protocol. Try with all of them (or read the long explanation below)

# PROTOCOL_TLSv1
# PROTOCOL_TLSv1_1
# PROTOCOL_TLSv1_2
tls_version = PROTOCOL_TLSv1_1


Explanation of the issue:

...