You are not logged in.

#1 2013-12-08 12:49:24

kamrava
Member
Registered: 2013-12-08
Posts: 75

yaourt curl error: SSL connect error

Hi there
I'm trying to install packages through "yaourt" :

For instance :

    yaourt compiz 

But it gets me following error :

   curl error: SSL connect error 

What is wrong with that?

Any helps would be appreciated.

Offline

#2 2013-12-08 13:45:25

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: yaourt curl error: SSL connect error

Offline

#3 2013-12-08 13:58:47

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

Other users who had the same problem said change "http://aur.archlinux.org" to "https://aur.archlinux.org" in ~/.yaourtrc

But there is no ".yaourtrc" in home folder for me.

Shoud I create that file?

Offline

#4 2013-12-08 14:00:27

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: yaourt curl error: SSL connect error

Yes, create that file.
Be sure to try other AUR helper e.g. cower.

Offline

#5 2013-12-08 14:14:14

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

karol wrote:

Yes, create that file.
Be sure to try other AUR helper e.g. cower.

I have created that file in "~/.yaourtrc" with below content :

 AURURL='https://aur.archlinux.org' 

But the problem does not solved !!!

The same error... sad

Offline

#6 2013-12-08 14:21:32

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: yaourt curl error: SSL connect error

Have you tried other AUR helpers?
Are you behind a firewall, are some proxies at play, are you in Iran?

Offline

#7 2013-12-08 14:26:19

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

karol wrote:

Have you tried other AUR helpers?

What is your mean of "other AUR helpers"? I don't know what it is !

Are you behind a firewall

I don't know.

are some proxies at play

No.

are you in Iran?

Yes I'm from Iran.

Last edited by kamrava (2013-12-08 14:35:06)

Offline

#8 2013-12-08 14:36:22

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: yaourt curl error: SSL connect error

kamrava wrote:
karol wrote:

Have you tried other AUR helpers?
Are you behind a firewall, are some proxies at play, are you in Iran?

Yes I'm from Iran.

Why didn't you say so? You saw in the thread I linked to that at least two other people from Iran were having the same issue.

kamrava wrote:

What is your mean of "other AUR helpers"? I don't know what it is !

We have a very nice wiki: https://wiki.archlinux.org/index.php/AUR_Helpers

Offline

#9 2013-12-08 14:47:47

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

Thank you Karol.
I read wiki. And I want to install 'cower' AUR Helper, but how can I install that ?

Offline

#10 2013-12-08 14:53:36

googol-1
Member
Registered: 2012-10-21
Posts: 22

Re: yaourt curl error: SSL connect error

The manual way
https://wiki.archlinux.org/index.php/Ar … g_packages
which you should know any ways if you use AUR helpers wink

Offline

#11 2013-12-08 15:38:25

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

I couldn't install 'cower' through https://wiki.archlinux.org/index.php/Ar … g_packages

Please tell me another approaches to install 'cower'...

Offline

#12 2013-12-08 15:40:13

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: yaourt curl error: SSL connect error

What exactly went wrong? Tell us what exactly did you do rather than just "it didn't work".

Offline

#13 2013-12-08 15:59:38

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

karol wrote:

What exactly went wrong? Tell us what exactly did you do rather than just "it didn't work".

I've downloaded tar file from here https://aur.archlinux.org/packages/cower/
And I have tried below commands :

tar -xf cower.tar.gz
cd cower
makepkg -s

After that, it goes to download "cower-10.tar.gz" but does not download anythig.

As you can see in following screenshot it downloads nothing :

http://up.vbiran.ir/uploads/Untitled_41 … 522436.png

Any finally gets me following error:

 ERROR: Failure while downloading cower-10.tar.gz 


-- mod edit: read the Forum Etiquette and only post thumbnails http://wiki.archlinux.org/index.php/For … s_and_Code [jwr] --

Last edited by kamrava (2013-12-08 16:00:26)

Offline

#14 2013-12-08 20:06:04

Lone_Wolf
Member
From: Netherlands, Europe
Registered: 2005-10-04
Posts: 11,868

Re: yaourt curl error: SSL connect error

it seems you have a problem with curl / network config .
The screenshot shows curl is trying to connect to an ip v6 adresss, and fails.

as a workaround, you can try downloading the cower source file directly from http://code.falconindy.com/archive/cowe … -10.tar.gz


Disliking systemd intensely, but not satisfied with alternatives so focusing on taming systemd.


(A works at time B)  && (time C > time B ) ≠  (A works at time C)

Offline

#15 2013-12-08 21:43:02

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

Lone_Wolf wrote:

it seems you have a problem with curl / network config .
The screenshot shows curl is trying to connect to an ip v6 adresss, and fails.

as a workaround, you can try downloading the cower source file directly from http://code.falconindy.com/archive/cowe … -10.tar.gz

But I can't download this http://code.falconindy.com/archive/cowe … -10.tar.gz
I think it's a goverment issue. I mean goverment doesn't want I accessing to the AUR and above link.
What should I do?

Last edited by kamrava (2013-12-08 21:43:46)

Offline

#16 2013-12-08 21:43:59

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,424
Website

Re: yaourt curl error: SSL connect error

Do what I suggested in response to your question on U&L: use a proxy.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#17 2013-12-08 21:46:24

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

Hi jasonwryan, you are everywhere!!! big_smile

Offline

#18 2013-12-09 11:47:05

kamrava
Member
Registered: 2013-12-08
Posts: 75

Re: yaourt curl error: SSL connect error

The problem solved here http://unix.stackexchange.com/questions … 368#104368.

Have fun...

Offline

#19 2018-02-01 15:21:31

makali
Member
Registered: 2018-02-01
Posts: 1

Re: yaourt curl error: SSL connect error

set proxy in your .bashrc or zshrc, your default terminal file.

Offline

#20 2018-02-01 15:24:28

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,463

Re: yaourt curl error: SSL connect error

makali, you really think they're still looking for an answer more than 4 years later? Pretty unlikely.

https://wiki.archlinux.org/index.php/Co … bumping.22

Last edited by Scimmia (2018-02-01 15:25:55)

Online

#21 2018-02-01 15:34:29

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,425

Re: yaourt curl error: SSL connect error

Indeed. Please don't bump old topics.

Closing.

Online

Board footer

Powered by FluxBB