OpenWebTorrent / openwebtorrent-tracker

Fast and simple Webtorrent tracker implementation in C++
https://openwebtorrent.com
71 stars 22 forks source link

Error: Cert and key must exists #11

Closed ZenDarkmaster closed 3 years ago

ZenDarkmaster commented 3 years ago

Hello,

Can you please tell me what am I doing wrong?

image

tr@srv1:~/openwebtorrent-tracker$ ls
build  certificate.pem  cmake  CMakeLists.txt  deps  key.pem  Makefile  README.md  src  tests
tr@srv1:~/openwebtorrent-tracker$ ./build/openwebtorrent-tracker --port 8000 --ssl-cert /home/tr/openwebtorrent-tracker/certificate.pem --ssl-key /home/tr/openwebtorrent-tracker/key.pem
Error: Cert and key must exists
ZenDarkmaster commented 3 years ago

The certificates exist in the directory, I double-checked everything 7 times, all attempts with other certificates are also unsuccessful. More detailed information may be needed? If so, tell me which one.

alxhotel commented 3 years ago

The CLI options weren't implemented yet.

I just pushed a new commit with the changes. Pull the new changes and let me know if it works.

ZenDarkmaster commented 3 years ago

The CLI options weren't implemented yet.

I just pushed a new commit with the changes. Pull the new changes and let me know if it works.

Hello, Alex!

It didn't work out yet, I marked the key points in the screenshots. Complete installation log in attachment.

Install log - install.log

Spoiler screenshots ![Screenshot_1](https://user-images.githubusercontent.com/34407163/102717724-b0d4a700-4316-11eb-9eec-c7fd929e21c9.png) ![Screenshot_2](https://user-images.githubusercontent.com/34407163/102717731-b7631e80-4316-11eb-876c-e33e40ca0f46.png)
alxhotel commented 3 years ago

Oops, sorry. I mistyped something.

Please, try again :)