Closed craftdome closed 9 months ago
Thank you for raising this issue
You have to change the path in the config.toml because it try to load the pem from /root
You have to change the path in the config.toml because it try to load the pem from /root
This is not true
Yes, you're right I didn't read well your problem
It was about the certs, please ignore my comment
Hi @Tyz3 the error reported is unable to get local issuer certificate
- would you mind checking if updating your Root CA OS package makes any difference?
No response from user closing ticket, responding to the ticket will enable us to investigate further.
Describe the issue Error when starting nym-mixnode without root perms.
Expected behaviour Starting in normal mode.
Stack Traces Command: RUST_BACKTRACE=1 ./nym-mixnode run --id
Output:
Steps to Reproduce ./nym-mixnode run --id mixnode
Screenshots
wget https://validator.nymtech.net/api//v1/mixnodes
wget https://gnu.org/
Which area of Nym were you using?
Additional context
Clear debian 11, with apt update && apt upgrade.
The launch is unsuccessful only when launched from a regular user. Create command:
useradd -m -G adm,cdrom,sudo -s /bin/bash user
Everything was fine here: https://github.com/nymtech/nym/releases/download/nym-binaries-v1.1.20/nym-mixnode
Good works with root user.