-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
Cant stablish mqtt connection in aws #10184
Comments
hi i add the sdkconfig
|
Those certificates are not valid pem files. It's OK to obscure the contents of the private key & cert, but you should be posting a valid AWS CA. Does this code work with the pre-compiled libraries? Rather than posting the whole sdkconfig, please just indicate what you need to change from the arduino-esp32 defaults. |
BTW: Multi line source code should be enclosed in ``` ... ``` and NOT in ` ... ` for correct markdown. |
Plase also check to see if your libraries call IMHO (or may be IMnsHO) this PR should never have been done like this as it is actually breaking stuff all around causing lots of lost hours. |
Hi @ioviedodev, I am closing this issue as there was no answers for a long time. |
Board
ESP32 DEV KIT C
Device Description
Just esp32 dev kit c and wifi connection
Hardware Configuration
no connections
Version
v3.0.4
IDE Name
ECLIPSE
Operating System
Windows 10
Flash frequency
80 MH
PSRAM enabled
yes
Upload speed
115200
Description
Using arduino-esp32 as IDF Component, i cant stablish mqtt connection the program is very simple i think that is something that i need to enable in sdkconfig.
Sketch
Debug Message
Other Steps to Reproduce
.
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: