Following http://webmin.com/rpm.html instructions I am getting this error when installing webmin
Downloading packages: (1/4): perl-Data-Dumper-2.145-3.el7.x86_64.rpm | 47 kB 00:00:00
(2/4): perl-Encode-Detect-1.01-13.el7.x86_64.rpm | 82 kB 00:00:00
(3/4): perl-Net-SSLeay-1.55-6.el7.x86_64.rpm | 285 kB 00:00:00
webmin-1.940-2.noarch.rpm FAILED
http://download.webmin.com/download/yum/webmin-1.940-2.noarch.rpm: [Errno 14] HTTPS Error 302 - Found ] 0.0 B/s | 0 B --:--:-- ETA
Trying other mirror.
Error downloading packages:
webmin-1.940-2.noarch: [Errno 256] No more mirrors to try.
Which tries to download.....
[root@demos ~]# curl http://download.webmin.com/download/yum/webmin-1.940-2.noarch.rpm<br>
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>302 Found</title>
</head><body>
<h1>Found</h1>
<p>The document has moved <a href="https://prdownloads.sourceforge.net/webadmin/webmin-1.940-2.noarch.rpm">here</a>.</p>
<hr>
<address>Apache/2.2.15 (CentOS) Server at download.webmin.com Port 80</address>
</body></html>
Which leads to the final issue which is why the current yum repo file will not work and needs to be changed.
[root@demos ~]# curl https://prdownloads.sourceforge.net/webadmin/webmin-1.940-2.noarch.rpm
curl: (35) Peer reports incompatible or unsupported protocol version.
[root@demos ~]#
Is there a different way to do this with yum ? A different repo url maybe ?
Comments
Submitted by andreychek on Tue, 01/14/2020 - 18:03 Comment #1
Passing this to Jamie for review.
Submitted by JamieCameron on Tue, 01/14/2020 - 21:20 Comment #2
This will go away shortly when we release version 1.941.