chaeplin

Results 5 comments of chaeplin

This is my version of Button using deepsleep to control lamp using mqtt. https://github.com/chaeplin/esp8266_and_arduino/tree/master/_15-esp8266-dash-deepsleep-reset 1) static ip + reset button / deepsleep 2) NPN TR is used to cut off...

WiFiClientSecure do work with pubsubclient. But WiFiClientSecure supports only tls1.0 and tls1.1. Clients must support tlsv1.2 to use AWS IoT. I have tested tlsv1.2 using mosquitto with esp8266 and could...

@tomkcook I have following error with setCertificate and setPrivateKey ( require_certificate true in mosquitto) ``` 1453566273: New connection from 192.168.10.112 on port 8883. 1453566273: OpenSSL Error: error:140890C7:SSL routines:SSL3_GET_CLIENT_CERTIFICATE: peer did...

@tomkcook with 'require_certificate flase', tlsv1.1 and username/password is woking. With 'require_certificate true', certificate error comes. I have changed CPU frequency to 160MHz, but same error.

@tomkcook New CA generated, and tested using mosquitto_sub/1.4.7.