You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear all,
My MQTT Broker is build by using aedes. It have cert.pem and prvikey.pem.
By using cert.pem and prvikey.pem I can connect to MQTT Broker via WSS by using Python and React.
But when I try to connect MQTT Broker by using Kotlin Android, I can not connect to it.
I edit code Two-way authentication ( Link ) to only using cert.pem and prvikey.pem to try connect to MQTT Broker, but not successful.
If you have any examples by using Kotlin, or other way. Please help me. Thanks a lots
The text was updated successfully, but these errors were encountered:
Dear all,
My MQTT Broker is build by using aedes. It have cert.pem and prvikey.pem.
By using cert.pem and prvikey.pem I can connect to MQTT Broker via WSS by using Python and React.
But when I try to connect MQTT Broker by using Kotlin Android, I can not connect to it.
I edit code Two-way authentication ( Link ) to only using cert.pem and prvikey.pem to try connect to MQTT Broker, but not successful.
If you have any examples by using Kotlin, or other way. Please help me. Thanks a lots
The text was updated successfully, but these errors were encountered: