Page 1 of 1

Unable to update devkitPro packages using pacman due to SSL error

Posted: Sun Apr 05, 2020 9:41 am
by antidote
I've added the repos to my `pacman.conf` however when running `sudo pacman -Sy` I'm getting the following error:

Code: Select all

error: failed retrieving file 'dkp-libs.db' from downloads.devkitpro.org : error:1408F10B:SSL routines:ssl3_get_record:wrong version number
error: failed to update dkp-libs (download library error)
error: failed retrieving file 'dkp-linux.db' from downloads.devkitpro.org : error:1408F10B:SSL routines:ssl3_get_record:wrong version number
error: failed to update dkp-linux (download library error)
error: failed to synchronize all databases
This is what I have in my `pacman.conf` in relation to dkp-pacman:

Code: Select all

[dkp-libs]
Server = https://downloads.devkitpro.org/packages

[dkp-linux]
Server = https://downloads.devkitpro.org/packages/linux
According to the wiki this is correct.

Re: Unable to update devkitPro packages using pacman due to SSL error

Posted: Sun Apr 05, 2020 8:57 pm
by WinterMute
What do you get if you visit http://downloads.devkitpro.org in a web browser?

Re: Unable to update devkitPro packages using pacman due to SSL error

Posted: Mon Apr 06, 2020 4:57 am
by antidote
I get "Hello World"

Re: Unable to update devkitPro packages using pacman due to SSL error

Posted: Sun Apr 12, 2020 2:01 am
by WinterMute
Are you running an https proxy? What's it set to?

Re: Unable to update devkitPro packages using pacman due to SSL error

Posted: Sat Apr 25, 2020 6:37 am
by antidote
I'm not running a proxy, I'm able to use wget on any other website using SSL except yours, so the issue is on your end, please check your SSL configuration/certificate authority before assuming it's a configuration issue on the end-user side.

Re: Unable to update devkitPro packages using pacman due to SSL error

Posted: Mon Apr 27, 2020 7:53 pm
by Sierraffinity
Hi, I'm also having this same issue. Not running an HTTPS proxy either, and like antidote, I'm also able to download things from other SSL-secured sites (such as GitHub, which is actually where I obtained the deb).

Re: Unable to update devkitPro packages using pacman due to SSL error

Posted: Fri May 01, 2020 12:02 pm
by antidote
I didn't want to make a new post, but apparently I can't edit posts
Can you please review your SSL configuration? There is seriously something wrong with it:
Image

Re: Unable to update devkitPro packages using pacman due to SSL error

Posted: Tue May 05, 2020 6:13 pm
by WinterMute
www.devkitpro.org != devkitpro.org. There's no server currently set up on that subdomain, it's not an SSL error.

I don't know what to say. Other people aren't having problems with pacman and the only hints I can find for the error messages you report suggest that there's a proxy involved. I don't know what your issue is and I don't know how to debug it.

Re: Unable to update devkitPro packages using pacman due to SSL error

Posted: Wed May 06, 2020 12:35 am
by antidote
Your own server randomly redirects to the www. subdomain, I have to manually remove it in order to get here. And even then I randomly land on the www. subdomain.

I do not, and have never used a proxy.

You need to speak to CloudFlare customer support and figure this out, if your only conclusion is a proxy then I have no idea how to help you.