Closed ak-malla closed 1 year ago
There's nothing Afkak-specific here, so all I can suggest is generic advice:
optionsForClientTLS
— have you verified that your cert is valid according to the default trust roots? You should also double-check that there are default trust roots, since Twisted may not find them on some platforms and/or Python builds.openssl s_client
to debug?Please let us know what works!
I have started a broker with tls enabled,
with the above code snippet, I am trying to run the consumer, but I am noticing
can someone help me debug the issue ?