Problem with certificate

Hello there!

I’m trying to setup the lora server on my linux. I’m using Fedora 23 on a Intel Atom processor in x86.
I have install lora-bridge, lora-server and lora-app-server.

This Fedora version is very painfull and it take me more than 2 days to achieve this.(and i don’t have internet connection on this chip…, more than 2h to install a complete packet with all dependencies).

Ok so i cloned the https://github.com/brocaar/loraserver-certificates repo on a other machine, with ubuntu, because i cant install “go” on Fedora… :cry:
I can generate the certs, i copy them on Fedora, i try to link them with the .tom1 config file of lora-app-server.

But now, i can lauch the lora-bridge, lora-server and lora-app-server !
We i am trying to reach with firefox, 0.0.0.0:8080, i can see an error log on lora-app-server:
TLS hanshake error from 172.0.0.1:57902, … , does not look like a TLS handshake.

And when i am trying to add the certs to firefox, i can have:

image

Or he asked me a password, but i don’t know this password !!!

I am completly lost with those certs…

I beg you for your help… :confused:

Thanks,

Mathis

PS: sorry for my mistakes i am french :baguette_bread:

Little Update:

I have setup docker-compose and modify the docker-compose.yml.

Now when i try docker-compose up

I got this message:

Even if the lora-app-server is runing :confused:

My docher-compose-yml:

version: “2”

services:
loraserver:
image: loraserver/loraserver
environment:
- DB_AUTOMIGRATE=true
- LOG_NODE_FRAMES=true
- NET_ID=010203
- BAND=EU_863_870
- REDIS_URL=redis://redis:6379
- GW_MQTT_SERVER=tcp://mosquitto:1883
- GW_SERVER_JWT_SECRET=“gky2ljFvjyVSWLtKh/VLgFVLTOlLK6Brkx8Ihu7hIhc=”
- POSTGRES_DSN=postgres://loraserver_ns:loraserver_ns@postgresql_ns/loraserver_ns?sslmode=disable
- JS_SERVER=http://appserver:8001

appserver:
image: loraserver/lora-app-server
ports:
- 8080:8080
environment:
- DB_AUTOMIGRATE=true
- REDIS_URL=redis://redis:6379
- POSTGRES_DSN=postgres://loraserver_as:loraserver_as@postgresql_as/loraserver_as?sslmode=disable
- MQTT_SERVER=tcp://mosquitto:1883
- JWT_SECRET=“gky2ljFvjyVSWLtKh/VLgFVLTOlLK6Brkx8Ihu7hIhc=”
- HTTP_TLS_CERT=/etc/lora-app-server/certs/http.pem
- HTTP_TLS_KEY=/etc/lora-app-server/certs/http-key.pem
- AS_PUBLIC_SERVER=appserver:8001

gatewaybridge:
ports:
- 1700:1700/udp
image: loraserver/lora-gateway-bridge
environment:
- MQTT_SERVER=tcp://mosquitto:1883

postgresql_ns:
image: postgres:9.4.9
ports:
- 5432
environment:
- POSTGRES_PASSWORD=dbpassword
- POSTGRES_USER=loraserver_ns
- POSTGRES_DB=loraserver_ns

postgresql_as:
image: postgres:9.4.9
ports:
- 5432
environment:
- POSTGRES_PASSWORD=dbpassword
- POSTGRES_USER=loraserver_as
- POSTGRES_DB=loraserver_as

redis:
ports:
- 6379
image: redis:4-alpine

mosquitto:
ports:
- 1883:1883
image: eclipse-mosquitto

Please help keep the forum clean and tidy and do not post different unrelated questions within the same topic. I’m going to close this topic.