José Sanchez
José Sanchez
José, bom dia! Sou formado em técnico de telecom e engenharia da computação, nao sou expert em programação meu negocio é eletrônica, mas tenho um pessoal de desenvolvimento aqui na...
I am also interested in this condition
I am using mqtt async and I want to implement tls, I followed this tutorial to program the mqtt of linux: https://myles.eftos.id.au/blog/2016/08/07/adding-tls/#.WnhwI5M-fR1 Now I am having trouble programming the esp8266...
Does this mean that I should just remove this line and the code will work? mqttClient.onMessage(onMqttMessage); //mqttClient.setServer(host, 1883); mqttClient.setCredentials(mqtt_user,mqtt_pwd); connectToWifi();
I made the change you said but I still can not connect to the linux server, is there any more detail I should do in esp?Thank you for your help
Sorry for my experience! So I have to generate a FINGERPRINT of my linux server and for this there is the get-fingerprint.py script, but I can not generate this code...
Thanks, I'm looking for a complete esp and linux tutorial with tls but I'm not finding
I have now managed to create my fingerprint but I get the error on the linux side when esp tries to connect Client connection from xxx.xxx.xxx.xxx failed: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version...
My question now is whether to load the ca.crt file into esp spiffs or only fingerprint resolves?
Yes, now I understand. Debugging better I realized that my code can not activate SSL: #if ASYNC_TCP_SSL_ENABLED #define MQTT_SECURE true #define MQTT_SERVER_FINGERPRINT {0x7e, 0x36, 0x22, 0x01, 0xf9, 0x7e, 0x99, 0x2f,...