sniper icon indicating copy to clipboard operation
sniper copied to clipboard

open ssl key err: open : no such file or directory

Open davidak opened this issue 5 years ago • 2 comments

Steps to reproduce

I use Ubuntu 18.04 on a DigitalOcean droplet.

downloaded the linux 64 bit binary from readme

then only get this messages...

root@ubuntu-s-1vcpu-2gb-fra1-01:~# ./sniper_linux_amd64 -c 128 -t 60 https://codeberg.org/
read config file error: open /root/.sniperc: no such file or directory use default setting.
open ssl key err: open : no such file or directory
open : no such file or directory
root@ubuntu-s-1vcpu-2gb-fra1-01:~# echo $?
0

davidak avatar Aug 03 '18 01:08 davidak

Same output on NixOS GNU/Linux.

So this is not ubuntu or DO specific, but probably a general error.

davidak avatar Aug 03 '18 02:08 davidak

thanks, some bug on handle https request, i will fix later.

btfak avatar Aug 03 '18 02:08 btfak