Project

General

Profile

Actions

tickets #48533

closed

mirrorbrain changes protocols causing errors

Added by moozaad about 5 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Mirrors
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Mirror brain should not allow HTTPS->HTTP protocol changes for files as it
causes a libcurl error.

zypper in
https://download.opensuse.org/repositories/home:/gps4net/openSUSE_Leap_15.0/x86_64/mydumper-0.9.5-lp150.1.1.x86_64.rpm

Problem retrieving the specified RPM file:
Download (curl) error for '
https://download.opensuse.org/repositories/home:/gps4net/openSUSE_Leap_15.0/x86_64/mydumper-0.9.5-lp150.1.1.x86_64.rpm
':
Error code: Bad URL
Error message: Redirect to protocol "http" not supported or disabled in
libcurl

Please check whether the file is accessible.
Problem with the RPM file specified as '
https://download.opensuse.org/repositories/home:/gps4net/openSUSE_Leap_15.0/x86_64/mydumper-0.9.5-lp150.1.1.x86_64.rpm',
skipping.
No valid arguments specified.

Couple of curl tests... First does HTTPS->HTTP again

jbrightwell@migrations ~ $ curl
https://download.opensuse.org/repositories/home:/gps4net/openSUSE_Leap_15.0/x86_64/mydumper-0.9.5-lp150.1.1.x86_64.rpm
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

302 Found

Found
The document has moved here.

Apache/2.4.23 (Linux/SUSE) Server at download.opensuse.org Port
443

This one does HTTP->HTTPS - I guess this is okay.

jbrightwell@migrations ~ $ curl
http://download.opensuse.org/repositories/home:/gps4net/openSUSE_Leap_15.0/x86_64/mydumper-0.9.5-lp150.1.1.x86_64.rpm
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">

302 Found

Found
The document has moved here.

Apache/2.4.23 (Linux/SUSE) Server at download.opensuse.org Port
80

Regards
Jon

Actions #1

Updated by pjessen about 5 years ago

  • Category set to Mirrors
  • Private changed from Yes to No

mirrorbrain essentially does not support https. Some mirrors do, most don't.

Actions #2

Updated by hellcp about 3 years ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF