We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
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):
The text was updated successfully, but these errors were encountered: