Failed updating Virtualmin

SYSTEM INFORMATION
OS type and version Debian Linux 13
Webmin version 2.610
Virtualmin version [7.50.0]
Webserver version REQUIRED
Related packages SUGGESTED

HI,
I am trying tu update Virtualmin but I receive the following error:

Err:3 https://rc.software.virtualmin.dev virtualmin/main amd64 virtualmin-config all 8.0.4-1
  SSL connection failed: error:0A000410:SSL routines::ssl/tls alert handshake failure / Success [IP: 2a06:98c1:3120::3 443]
Err:2 https://rc.software.virtualmin.dev virtualmin/main amd64 webmin-virtualmin-awstats all 7.0.0-1
  SSL connection failed: error:0A000410:SSL routines::ssl/tls alert handshake failure / Success [IP: 2a06:98c1:3120::3 443]
Err:1 https://rc.software.virtualmin.dev virtualmin/main amd64 webmin-virtual-server all 7.50.3-1-gpl
  SSL connection failed: error:0A000410:SSL routines::ssl/tls alert handshake failure / Success [IP: 2a06:98c1:3120::3 443]
E: Failed to fetch https://rc.software.virtualmin.dev/pool/main/webmin-virtual-server_7.50.3-1-gpl_all.deb  SSL connection failed: error:0A000410:SSL routines::ssl/tls alert handshake failure / Success [IP: 2a06:98c1:3120::3 443]
E: Failed to fetch https://rc.software.virtualmin.dev/pool/main/webmin-virtualmin-awstats_7.0.0-1_all.deb  SSL connection failed: error:0A000410:SSL routines::ssl/tls alert handshake failure / Success [IP: 2a06:98c1:3120::3 443]
E: Failed to fetch https://rc.software.virtualmin.dev/pool/main/virtualmin-config_8.0.4-1_all.deb  SSL connection failed: error:0A000410:SSL routines::ssl/tls alert handshake failure / Success [IP: 2a06:98c1:3120::3 443]

Any suggestion?
Thank you
.nicola

Hello,

Thanks for the heads up!

The solution is:

curl -fsSL https://rc.download.virtualmin.dev/repository | sh -s -- -s -B pre-release

Thank you Ilia,

I am trying tu execute you solution but i receive the following error:

debian@vps-fdabfaff:~$ sudo curl -fsSL https://rc.download.virtualmin.dev/repository | sh -s -- -s -B pre-release
grep: /etc/virtualmin-license: Permission denied
grep: /etc/virtualmin-license: Permission denied
[INFO] Setup log is written to /home/debian/virtualmin-repos-setup.log
sh: 751: swapon: not found

[ERROR] Fatal Error Occurred: Fatal: The Virtualmin install script must be run as root
Cannot continue installation.
mv: inter-device move failed: '/tmp/.virtualmin-2141574/sources.list.2141574' to '/etc/apt/sources.list'; unable to remove target: Permission denied
[WARNING] Removing temporary directory and files.
[ERROR] If you are unsure of what went wrong, you may wish to review the log
[ERROR] in /home/debian/virtualmin-repos-setup.log

even using sudo!..

You should use sudo before sh instead.

Thank you, Ilia — it works perfectly.
One last question: when the final version of the installer becomes available, how can I switch back to the normal repository?

When the new Virtualmin 8 release is out, you will be able to switch to the stable repos by running:

virtualmin setup-repos --branch stable

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.