-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Step-by-step using SSL with cert, Key and CA [Newbiew here] #88
Comments
+1 |
I also have problems with this. |
Finally, I made it several hours ago. I used esp_mqtt as a library so want it as a client.
The argument 0x01 means that I want program at as an ssl client, and 0x7c means that I will burn esp_ca_cert.bin into 0x7c000.
Now I can write a program that connect with my server using mqtt with ssl. May the luck be with you. |
@quant67 thanks, it's very detail. |
Yes, thank you @quant67 this did also help me! |
@Deadolus Are you trying to connect to AWS IoT specifically? I am working on that as well, have you made any progress? |
@vidia It does not seem to work at the momen as Esp does not support TLS 1.2. |
@quant67 It works for you? |
Of cource it work at my server. I use rabbitmq in LVS as the MQTT broker. TomaszKn [email protected]于2016年3月18日 周五 18:34写道:
|
See my post here: |
Hi guys,
I know Im asking very silly question, but I'm still newbie try to implement this SSL in my mqtt connection. Can you guys show me a step-by-step way to get it done with using SSL cert, key and CA file (if there is any)? I have tried to do my own search and study the code, but I felt very hopeless cant understand fully how it works.
If any of you guys done it success, can show me some examples? Kindly appreciate for the effort!
The text was updated successfully, but these errors were encountered: