Vetru-Apps / mqtt-dashboard-documentation

MkDocs - based coumentation for the MqttDashboard Android app.
12 stars 1 forks source link

AWS IOT access via SSL (not a problem with app) #9

Closed fixingthingsguy closed 2 years ago

fixingthingsguy commented 2 years ago

Dear Developer, First off, great documentation with your app! And I followed them for AWS access as documented in your excellent tutorial under help. My problem is not your application, and if you can help direct me I would appreciate it I have certs that work consistently on an esp8266/nodemcu. I use those certs to access AWS and works very well all the time. So I have tried to convert those certs using your openssl suggestion to create a pkcs12 format. Works fine, hit return when asked for password. Now at the Android phone, it won't accept the above cert as a credential, maybe Android is very strict And at the APP, directly providing the path for the CA and .p12 and blank for the password, results in the following messaage image

RoustamManookian commented 2 years ago

Hi, I have the same issue. Did you succeed in connecting to AWS?

fixingthingsguy commented 2 years ago

Yes, if I remember right, on Android, you need to compile with keystore and include keystore info in your code naturally.