You are not logged in.

#1 2012-03-22 20:10:10

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Unknown SSL protocol error in connection to sourceforge.net...

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

#2 2012-03-22 20:14:13

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: Unknown SSL protocol error in connection to sourceforge.net...

Could you tell us the exact URL you are trying to access?

Offline

#3 2012-03-22 20:18:22

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Re: Unknown SSL protocol error in connection to sourceforge.net...

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

#4 2012-03-22 20:30:35

aking9
Member
Registered: 2009-03-30
Posts: 65

Re: Unknown SSL protocol error in connection to sourceforge.net...

are you sure that url is direct? curl won't use redirectors like most gui browsers will afaik.

Offline

#5 2012-03-22 20:31:41

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Re: Unknown SSL protocol error in connection to sourceforge.net...

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

#6 2012-03-22 20:40:50

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: Unknown SSL protocol error in connection to sourceforge.net...

It seems to be related to TLS 1.2. I wonder if sourceforge is blocking it.

Offline

#7 2012-03-22 21:11:23

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Re: Unknown SSL protocol error in connection to sourceforge.net...

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

#8 2012-03-23 00:34:24

cfr
Member
From: Cymru
Registered: 2011-11-27
Posts: 7,132

Re: Unknown SSL protocol error in connection to sourceforge.net...

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

#9 2012-03-25 18:15:32

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Re: Unknown SSL protocol error in connection to sourceforge.net...

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

#10 2012-03-25 23:52:50

Stebalien
Member
Registered: 2010-04-27
Posts: 1,237
Website

Re: Unknown SSL protocol error in connection to sourceforge.net...

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)


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C
Do not email: honeypot@stebalien.com

Offline

#11 2012-03-27 17:42:45

bjorntj
Member
Registered: 2011-05-10
Posts: 150

Re: Unknown SSL protocol error in connection to sourceforge.net...

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

#12 2012-03-29 23:31:30

Stebalien
Member
Registered: 2010-04-27
Posts: 1,237
Website

Re: Unknown SSL protocol error in connection to sourceforge.net...

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)


Steven [ web : git ]
GPG:  327B 20CE 21EA 68CF A7748675 7C92 3221 5899 410C
Do not email: honeypot@stebalien.com

Offline

#13 2012-03-31 07:56:56

zenja
Member
Registered: 2010-10-19
Posts: 6

Re: Unknown SSL protocol error in connection to sourceforge.net...

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

#14 2012-04-02 12:16:12

fooblahblah
Member
Registered: 2010-06-29
Posts: 19

Re: Unknown SSL protocol error in connection to sourceforge.net...

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

Board footer

Powered by FluxBB