Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: [SOLVED] OpenSSL Issue
PostPosted: Sun Oct 03, 2010 9:55 am 
Offline
Junior Member

Joined: Sat Jul 25, 2009 10:05 am
Posts: 26
Hello

I'm getting the following when trying to start lighttpd;

Quote:
Starting web server lighttpd

(network.c.336) SSL: error:00000000:lib(0):func(0):reason(0)
[fail]


I have tried the workaround described over at https://bugs.launchpad.net/ubuntu/+source/lighttpd/+bug/645002 of

Quote:
set
ssl.use-sslv2 = "enable"

in the appropriate places in the config. This will enable SSLv2, but you can
prevent actual working SSLv2 negotiation by massaging the cipher list, for
example like this:

ssl.cipher-list = "TLSv1+HIGH RC4+MEDIUM !SSLv2 !3DES !aNULL @STRENGTH"


Though lighttpd still doesn't want to start up, any other ideas? OpenSSL is currently the latest version from apt-get | Ubuntu 9.10 | Lighttpd 1.4.28 installed from source.

Thanks.


Last edited by Serial Cookie on Mon Oct 04, 2010 1:36 pm, edited 2 times in total.

Top
   
 Post subject:
PostPosted: Sun Oct 03, 2010 2:30 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
How did you install lighttpd? What version are you running?


Top
   
 Post subject:
PostPosted: Sun Oct 03, 2010 2:49 pm 
Offline
Junior Member

Joined: Sat Jul 25, 2009 10:05 am
Posts: 26
from source, latest version 1.4.28


Top
   
 Post subject:
PostPosted: Sun Oct 03, 2010 3:47 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
Well after some googling it appears this issue was in 1.4.26 see http://redmine.lighttpd.net/issues/2157 but it was fixed, possibly it's crept back in.

Version 1.4.22 is in the apt universe repository so that might be easier for you to use. If not you could try compiling again ensuring you have a clean source.


Top
   
 Post subject:
PostPosted: Mon Oct 04, 2010 10:04 am 
Offline
Senior Member
User avatar

Joined: Tue May 26, 2009 3:29 pm
Posts: 1691
Location: Montreal, QC
Compiling from source is generally a bad idea, unless you really have to; it makes upgrades a heck of a lot harder. Instead of just being able to use your distro's package manager to upgrade everything, you've got to download all your stuff from source and recompile.

If you really want to compile stuff from source, that's what Gentoo is for; its packages are all uncompiled, so you get the benefits of a package manager with the benefits of compiling from source. Personally, I prefer my binaries pre-compiled, but to each his own.


Top
   
 Post subject:
PostPosted: Mon Oct 04, 2010 1:36 pm 
Offline
Junior Member

Joined: Sat Jul 25, 2009 10:05 am
Posts: 26
Hi guys, so I've solved the issue, I wasn't actually using 1.4.28, but an older version. Got a bit mixed up, looks like I had /configure'd and made 1428 but not actually installed it. All working fine now.

My bad :)

Thanks.


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: sjnorton and 4 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group