I recently updated to 1.2.1 with Ubuntu 20.04.3 LTS. I am receiving the following output on the system console when I try to download minimserver:
Code:
*** Name: minimserver Mode: Installing ***
JDK already installed
--2021-11-09 15:43:01-- http://download.snakeoil-os.net/s/sW8gBNRgSy2HsS7/download
Resolving download.snakeoil-os.net (download.snakeoil-os.net)... 104.21.33.160, 172.67.164.201, 2606:4700:3031::6815:21a0, ...
Connecting to download.snakeoil-os.net (download.snakeoil-os.net)|104.21.33.160|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://download.snakeoil-os.net/s/sW8gBNRgSy2HsS7/download [following]
--2021-11-09 15:43:01-- https://download.snakeoil-os.net/s/sW8gBNRgSy2HsS7/download
Connecting to download.snakeoil-os.net (download.snakeoil-os.net)|104.21.33.160|:443... connected.
ERROR: cannot verify download.snakeoil-os.net's certificate, issued by ‘CN=Cloudflare Inc ECC CA-3,O=Cloudflare\\, Inc.,C=US’:
Unable to locally verify the issuer's authority.
To connect to download.snakeoil-os.net insecurely, use `--no-check-certificate'.
gzip: stdin: unexpected end of file
tar: Child returned status 1
tar: Error is not recoverable: exiting now
/var/www/players/minimserver/install.sh: line 26: /opt/minimserver/bin/startd: No such file or directory
/var/www/players/minimserver/install.sh: line 27: /opt/minimserver/bin/mscript: No such file or directory
/var/www/players/minimserver/install.sh: line 27: /opt/minimserver/bin/stopall: No such file or directory
Install has finished, please click the close button below to exit.
I was able to grab the download using wget and the no certificate modifier, however running the setup shell from my terminal does not fix the issue. I receive similar outputs when I try to download other players. Any suggestions?