WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: lighttpd ssl  (Read 2115 times)

Offline robc

  • Sr. Member
  • ****
  • Posts: 447
lighttpd ssl
« on: March 12, 2010, 02:29:12 PM »
I am getting this error when trying to start lighttpd with SSL:
Quote
2002-01-01 00:55:03: (network.c.601) SSL: failed to initialize TLS servername callback, openssl library does not support TLS servername extension
I tried creating a new cert but that didn't help. I also tried falling back to the previous openssl-0.9.8h but got the same error.

This here http://redmine.lighttpd.net/boards/2/topics/2675, points to a problem with ldap and tls....not sure if this is the problem or not

Edit: Rebuilt lighttpd with just attr and ssl support, still get the same error...perhaps a problem with openssl-0.9.8m?

Edit2: Confirmed, rebuilding lighttpd-1.4.26 against openssl-0.9.8h fixes this problem
« Last Edit: March 12, 2010, 04:09:05 PM by robc »
"Never give up! Never surrender!" - Commander Peter Quincy Taggart

"Make it so." - Captain Picard

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: lighttpd ssl
« Reply #1 on: March 13, 2010, 03:42:43 AM »
OpenSSL 0.9.8k and later enable TLS extensions by default, so compiling against h would disable that support in lighty.
The only barriers that can stop you are the ones you create yourself.

Offline danielibarnes

  • Hero Member
  • *****
  • Posts: 548
Re: lighttpd ssl
« Reply #2 on: March 13, 2010, 04:39:22 PM »
I built lighttpd against 0.9.8m; is there something else I should do?