ISO download site repo.ugm.ac.id not accessible
When I tried to download a ISO from this page: https://download.opensuse.org/distribution/leap/15.4/iso/
I got the error (for example: https://repo.ugm.ac.id/opensuse/distribution/leap/15.4/iso/openSUSE-Leap-15.4-DVD-aarch64-Build243.2-Media.iso):
This site can’t provide a secure connectionrepo.ugm.ac.id uses an unsupported protocol.
ERR_SSL_VERSION_OR_CIPHER_MISMATCH
I see similar error on my machine (Tumbleweed)
curl -IL https://repo.ugm.ac.id/
curl: (35) OpenSSL/3.1.3: error:0A000102:SSL routines::unsupported protocol
but it works properly on the service which checks health of mirrors (Leap 15.5), this is why it is listed as download option
curl -IL https://repo.ugm.ac.id/
HTTP/1.1 200 OK
I probably will force disable the https access to the mirror and will investigate the reasons.
Ah it doesn't even have TLS 1.1, only TLS 1.0 , that is probably the reason. It looks I must make the checks more strict.