You are not logged in.
I am trying to upgrade a package and when curl is trying to download, it hangs for a while until I get the following error..:
curl: (35) Unknown SSL protocol error in connection to sourceforge.net:443
Is this a known problem? Any workarounds?
Regards,
BTJ
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
Could you tell us the exact URL you are trying to access?
Offline
The URL is fine, I tried it in a browser so it looks like a curl problem...
But the URL is: https://sourceforge.net/projects/pacman … all.tar.gz
BTJ
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
are you sure that url is direct? curl won't use redirectors like most gui browsers will afaik.
Offline
I am not sure but I never have had problem downloading like this before...
BTJ
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
It seems to be related to TLS 1.2. I wonder if sourceforge is blocking it.
Offline
But what's strange is that I also have a computer at work running up 2 date Arch Linux and there I have no trouble with the same update.... :-|
BTJ
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
Check what MTU you are getting and if it is low, try setting it to 1500.
ip link show
Then if you are using interface wlan0, say:
ip link set wlan0 mtu 1500
EDIT: I only suggest this because many people getting a similar error for AUR found this worked.
Last edited by cfr (2012-03-23 00:35:39)
CLI Paste | How To Ask Questions
Arch Linux | x86_64 | GPT | EFI boot | refind | stub loader | systemd | LVM2 on LUKS
Lenovo x270 | Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz | Intel Wireless 8265/8275 | US keyboard w/ Euro | 512G NVMe INTEL SSDPEKKF512G7L
Offline
My MTU is already set to 1500...
BTJ
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
It's a bug (but whether it is openssl's fault is unknown).
Ticket: http://rt.openssl.org/Ticket/Display.html?id=2771
User/Pass: guest/guest
Last edited by Stebalien (2012-03-25 23:53:22)
Offline
oki... Thx...
BTJ
Someone wrote:
"I understand that if you play a Windows CD backwards you hear strange Satanic messages"
To which someone replied:
"It's even worse than that; play it forwards and it installs Windows"
Offline
Source package with the workaround patches: http://mit.edu/~steb/public/openssl-1.0.1-1.src.tar.gz
Last edited by Stebalien (2012-03-29 23:31:50)
Offline
That patch didn't fix the issue for me (trying to connect to Facebook with https using libcurl), but downgrading curl to 1.0.0g worked. Thanks for getting me looking down the right track.
Offline
I was experiencing the same issue as reported, curl: (35) Unknown SSL protocol error. I was able to get rid of it by reverting openssl from 1.0.1-2 -> 1.0.0.h-1.
Offline