Hello!
Can’t create new account from the mobile application to the local blynk server.
However, access to the admin panel from a browser without any problems.
File blynk.log contains the following:
01:19:32.759 INFO - Using data dir ‘.\data’
01:19:32.798 INFO - Initializing mail transport. Username : mymail@gmail.com. SMTP host : smtp.gmail.com:587
01:19:33.043 INFO - Plain tcp/ip hardware server port 8442.
01:19:33.043 INFO - Enabling SSL for hardware.
01:19:33.327 INFO - SSL hardware port 8441.
01:19:33.329 INFO - Enabling SSL for application.
01:19:33.334 INFO - Application server port 8443.
01:19:33.343 INFO - Enabling HTTP API.
01:19:33.343 INFO - HTTP API port 8080.
01:19:33.345 INFO - Enabling HTTPS API.
01:19:33.349 INFO - HTTPS API port 9443.
01:19:33.354 INFO - Enabling HTTPS for admin UI.
01:19:33.358 INFO - HTTPS admin UI port 7443.
01:19:33.358 INFO - Enabling Web Sockets.
01:19:33.358 INFO - Web Sockets port 8082.
01:19:33.358 INFO - Enabling Web SSL Sockets.
01:19:33.362 INFO - Web SSL Sockets port 8081.
01:23:06.458 ERROR - WARNING. Unsecured connection attempt. Channel : /192.168.1.12:41578. Reason : javax.net.ssl.SSLHandshakeException: null cert chain
What could be the problem and how to solve it?
Thank you