Closed Dubi09 closed 4 years ago
I found where is the problem, but I don't know how to solve it. Chrome do no use my CA certificate. I tried to install firefox, and everything works like. I tried to add it via MMC and directly in chrome.
Depending in the OS you are using you may need to add your certificate to your OS root certificates, or to the browser.
In Chrome browser settings there is a Privacy and Security section, where you should find the option to Manage Certificates. You need to ensure your root CA certificate is added to the trusted root certificates.
Hello, I am trying to make IoT app based on esp8266, node-red and IBM cloud. I follow your guide. I only use different sensors.
I had to solve some problems. I had to change the order of configTime() and Wifi,begin(). In your order, it didn't work me.
Now I am at part 2: IoT Security. I configured the IBM cloud and uploaded the certificate to esp. The ESP prints "MQTT connected" and begins to send data, but IBM Watson says that the device is not connected, but in section, connection protocols appear new message (attachment). It worked without TLS. I do not know what I did wrong. I append serial output and my code. I'm not sure if I added the certificate to chrome correctly.
Pavel
data_aquisition.ino.txt