Project

General

Profile

Actions

tickets #103239

closed

opensuse.c3sl.ufpr.br - mirror not working in HTTPS

Added by demitriusbelai@gmail.com over 2 years ago. Updated over 2 years ago.

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

100%

Estimated time:

Description

Hello!

The mirror opensuse.c3sl.ufpr.br is not working in HTTPS. However, the
ISO download page redirects to HTTPS.
For my location, the page
https://mirrorcache.opensuse.org/distribution/leap/15.3/iso/openSUSE-Leap-15.3-DVD-x86_64-Current.iso?mirrorlist
Show me:
Mirrors which handle this country: 3
https://opensuse.c3sl.ufpr.br/distribution/leap/15.3/iso/openSUSE-Leap-15.3-DVD-x86_64-Current.iso
(BR)
https://ftp.unicamp.br/pub/opensuse/distribution/leap/15.3/iso/openSUSE-Leap-15.3-DVD-x86_64-Current.iso
(BR)
https://download.opensuse.net.br/distribution/leap/15.3/iso/openSUSE-Leap-15.3-DVD-x86_64-Current.iso
(BR)

I have contacted the mirror and it seems they will not fix the https
problem. It is a http only mirror for them.
Can you fix the ISO download link for opensuse.c3sl.ufpr.br?

Some test I did this morning:

$ curl -I https://opensuse.c3sl.ufpr.br/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Snapshot20211127-Media.iso
HTTP/1.1 404 Not Found
Date: Mon, 29 Nov 2021 11:25:10 GMT
Server: Apache
Content-Type: text/html; charset=iso-8859-1

$ curl -I http://opensuse.c3sl.ufpr.br/tumbleweed/iso/openSUSE-Tumbleweed-DVD-x86_64-Snapshot20211127-Media.iso
HTTP/1.1 200 OK
Date: Mon, 29 Nov 2021 11:25:13 GMT
Server: Apache
Last-Modified: Sun, 28 Nov 2021 09:04:56 GMT
ETag: "116f00000-5d1d59e40d918"
Accept-Ranges: bytes
Content-Length: 4679794688
Content-Type: application/x-iso9660-image

Thanks in advance
Demitrius Belai

Actions #1

Updated by pjessen over 2 years ago

  • Category set to Mirrors
  • Assignee set to andriinikitin
  • Private changed from Yes to No
Actions #2

Updated by andriinikitin over 2 years ago

Thanks for heads up, it has been fixed.

More details (optional).
MirrorCache did enable https for that mirror because the address itself works with https: https://opensuse.c3sl.ufpr.br/
The problem was reflected in db, but that config got lost during recent DB migration.
Now I've fixed in again in DB (no WebUI for such config yet):

`
mirrorcache=> select * from server where country='br';
id | hostname | urldir | enabled | region | country | score | comment | public_notes | lat | lng | hostname_vpn
-----+--------------------------+---------------+---------+--------+---------+-------+---------+--------------+---------+---------+--------------
220 | download.opensuse.net.br | | t | sa | br | | | | -22.831 | -43.219 |
150 | ftp.unicamp.br | /pub/opensuse | t | sa | br | | | | -22.895 | -47.044 |
149 | opensuse.c3sl.ufpr.br | | t | sa | br | | | | -22.831 | -43.219 |
(3 rows)

mirrorcache=> insert into server_capability_declaration select 149, 'https', 'f', 'https works only for main site';
INSERT 0 1
mirrorcache=> select * from server_capability_declaration;
server_id | capability | enabled | extra

-----------+------------+---------+----------------------------------------------------------------------------------
18 | https | f | curl: (60) SSL certificate problem: self signed certificate in certificate chain
149 | https | f | https works only for main site
`

`

curl -s 'https://mirrorcache.opensuse.org/distribution/leap/15.3/iso/openSUSE-Leap-15.3-DVD-x86_64-Current.iso?mirrorlist' | grep c3sl
http://opensuse.c3sl.ufpr.br/distribution/leap/15.3/iso/openSUSE-Leap-15.3-DVD-x86_64-Current.iso (BR)
`

Actions #3

Updated by andriinikitin over 2 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF