Replies: 2 comments 1 reply
-
Have you taken a look at our x509_credentials_provider_connect sample? It shows how to connect in c++ with x509 credentials |
Beta Was this translation helpful? Give feedback.
1 reply
-
The code sample in the original query is just using certificate and private key to connect. The X509 credentials provider is not what they'd want here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a C# M2Mqtt application that works perfect on IoT AWS.
c#
my file certificate.pfx ok
my file root.pem ok
//-------------------------
but I need to implement Mqtt in a c++ library.
sdk v2 setup ok,
C:\dev\iotsdk\sdk-cpp-workspace ok
use Visual Studio 2019, it see sdk ok
Does any partner have an example that works.
which example looks like my code.
thanks,
Carlos.
Beta Was this translation helpful? Give feedback.
All reactions