Problem
You have the right certificates for the TLS connection and the right configuration in your config. Still, the TLS connection is being rejected.
...
language | bash |
---|---|
theme | Eclipse |
title | Error message |
linenumbers | true |
...
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:
...