A bit of light reading for you…
I lost my old computer. It got shocked with lightning strike. Very exciting.
So I decided to use Linux MINT as my new platform. The install went as easy as could be expected. The server started and I opened the ports on the router. I went to the admin web portal and it opened. I attempted to login but that is were I am stuck. I set the server.properties
admin.email=admin@blynk.cc
admin.pass=admin
Not sure why this does not work…
I also tried to login via the blynk app on my phone without…
server.properties
#hardware ssl port
hardware.ssl.port=8441
#hardware plain tcp/ip port
hardware.default.port=8442
#http port
http.port=8080
#web sockets ssl port
ssl.websocket.port=8081
#web sockets plain tcp port
tcp.websocket.port=8082
#https port
https.port=9443
#application ssl port
app.ssl.port=8443
#by default server uses embedded in jar cert to simplify local server installation.
#WARNNING DO NOT USE THIS CERTIFICATES ON PRODUCTION OR IN WHERE ENVIRNOMENTS REAL SECURITY REQUIRED…
All is working properly, but when I try to access to the admin page through https://localhost:9443/admin and I write my credentials (admin@blynk.cc, admin), the page refreshes and asks me for data again. I try to access with wrong email and password and happen the same… I don’t know how to fix this problem.
My guess is that it’s to do with the password for the user. The first link is a bit long, but it gets there in the end with a good explanation of why this was happening. Have a quick skim through it and see if what you’re seeing in your browser is the same.
Pete.