Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mosquitto-dev] Mosquitto reconnect and MOSQ_OPT_SSL_CTX

Hi,
  The Mosquitto reconnect functionality, when using loop_start(), does not seem to work when the initial connection was established by passing in my own openssl SSL_CTX in the call to opts_set(MOSQ_OPT_SSL_CTX, ...). I need to pass my own SSL_CTX in order
to set the ALPN protocol for AWS connections on port 443. There doesn't seem to be anyway currently to do this directly at the Mosquitto interface. Could anyone confirm this behavior? Is this a bug?
Regards
Santosh S

Back to the top