敬告遊客:
以下內容枯燥無聊,若情非得已不建議進入。
若仍執意進入,當有頭暈嘔吐現象時請盡速離開本篇文章。
We can setup a https lighttpd by the steps listed in this page:http://calories.pixnet.net/blog/post/25986045
BUT, During porting lighttpd with openssl on CPE and try to start up lighttpd, I meet the problem:
(network.c.529) SSL: error:00000000:lib(0):func(0):reason(0)
And the lighttpd can not run!
I found this page:
http://blog.sekuritatea.com/index.php/archives/34
It tells us that the lighttpd source code has a lot of bug, and it is continuously fixed.
Since the error is happened in network.s, so I upgrade network.c form lighttpd repository.
Then make clean and make the source code.
I upgrade the files when Error occurred, until I can build the source code completely.
==info==
1.http://blog.sekuritatea.com/index.php/archives/34