You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm installing on a raspberry pi 3 a LoRa network by following the tutorial https://www.loraserver.io/loraserver/overview/ . I'm currently stack at the step of the certificate and I don't know why. I did all the forum and post I could find, it helped me a lot but i'm now stuck there.
I got the error message on the GUI : Error tls: private key does not match public key (code: 2) when i try to add a network server.
I created the certificats, declared them in loraserver.toml and lora-app-server.toml but I can't have a proper hanshake and I don't see where is my mistake.
nb: I changed the bind:0.0.0.0:8000 to bind:0.0.0.0:8084 because it was already used by an other application. I'm reporting it on the GUI as well when I'm trying to add the network server.
Does anyone know why ?
Thanks in advance,
Franck
The text was updated successfully, but these errors were encountered:
Hello everybody,
I'm installing on a raspberry pi 3 a LoRa network by following the tutorial https://www.loraserver.io/loraserver/overview/ . I'm currently stack at the step of the certificate and I don't know why. I did all the forum and post I could find, it helped me a lot but i'm now stuck there.
I got the error message on the GUI : Error tls: private key does not match public key (code: 2) when i try to add a network server.
I created the certificats, declared them in loraserver.toml and lora-app-server.toml but I can't have a proper hanshake and I don't see where is my mistake.
Servers logs:
Log loraserver.txt
Log lora-app-server.txt
Configuration of the servers:
Loraserver config.txt
Lora-app-server config.txt
nb: I changed the bind:0.0.0.0:8000 to bind:0.0.0.0:8084 because it was already used by an other application. I'm reporting it on the GUI as well when I'm trying to add the network server.
Does anyone know why ?
Thanks in advance,
Franck
The text was updated successfully, but these errors were encountered: