These forums are locked and archived, but all topics have been migrated to the new forum. You can search for this topic on the new forum: Search for Debian 9.1 install problem on the new forum.
Hi Guys,
I tried to install Vmin GPL this morning using the latest install.sh (6.0.11) on a new debian 9.1 VM, but got some fatal errors:
root@host:/home/vmin# /bin/sh install.sh
ERROR: The certificate of 'software.virtualmin.com' is not trusted.
ERROR: The certificate of 'software.virtualmin.com' hasn't got a known issuer.
chmod: cannot access 'slib.sh': No such file or directory
install.sh: 288: .: Can't open ./slib.sh
root@host:/home/vmin#
/root/virtualmin-install.log just shows this:
"Checking for Perl...found Perl at /usr/bin/perl
Checking for HTTP client...found /usr/bin/wget -nv"
was anything changed on the installer recently? this did work fine last week.
thanks!
ok, quick fix was to edit install.sh, and replace anything with "https://software.virtualmin.com" with "http://software.virtualmin.com"
install completed okay from there. :)
Its running here too ;-).
Thank you, kthaker.
It appears some Debian 9 packages are missing the ca-certificates package. Running "apt-get install ca-certificates" fixed the problem.
Regards, Norbert