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
I tried out connecting to AWS's MQTT with an X509 certificate on .Net Core. Works like a charm!
I tried the same thing with a UWP app, with the difference in the code being in how I initialized it. I had to use a .p12 certificate on UWP. Ultimately though MQTTnet could not establish a connection to AWS IoT on UWP.
Before I spend more time trying to diagnose this, has MQTTnet been known to work with AWS? I want to know if I am doing something wrong or if I am engaged in an exercise that will not produce anything.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I tried out connecting to AWS's MQTT with an X509 certificate on .Net Core. Works like a charm!
I tried the same thing with a UWP app, with the difference in the code being in how I initialized it. I had to use a .p12 certificate on UWP. Ultimately though MQTTnet could not establish a connection to AWS IoT on UWP.
Before I spend more time trying to diagnose this, has MQTTnet been known to work with AWS? I want to know if I am doing something wrong or if I am engaged in an exercise that will not produce anything.
Beta Was this translation helpful? Give feedback.
All reactions