Project

General

Profile

Actions

Bug #3172

closed

SSL Handshake Error over a self-signed certificate in 1.4.66

Added by gopher79 over 1 year ago. Updated over 1 year ago.

Status:
Invalid
Priority:
Low
Category:
-
Target version:
-
ASK QUESTIONS IN Forums:
No

Description

Running on an embedded ARM Sitara CPU Linux box, open-embedded Linux 4.14.67.

OpenSSL 1.1.1q 5 Jul 2022

Device website runs just fine, only when downloading file from it results in a Network error.

Enabling

debug.log-ssl-noise = "enable",

gives me this message when trying to download a file from a page (bz2 archive),
(mod_openssl.c.3281) SSL: 1 error:14094416:lib(20):func(148):reason(1046) (10.54.210.109)

I have upgraded it from 1.4.55, which did not have such issues. The lighttpd.conf configuration has not changed much except for renaming compress. to deflate..
Shared web server config.


Files

lighttpd.conf (2.57 KB) lighttpd.conf Current web-server config gopher79, 2022-09-19 22:49
Actions #1

Updated by gstrauss over 1 year ago

  • Project changed from Lighttpd2 to Lighttpd
  • Category deleted (core)
  • Status changed from New to Invalid
  • Priority changed from Normal to Low
  • ASK QUESTIONS IN Forums set to No

First, you have posted in the lighttpd2 bug tracker and you seem to be using lighttpd 1.4.66.
(I have moved it to the lighttpd bug tracker, but it is still an invalid bug report)

Second, please ask questions in the lighttpd forums (see the Forums tab at the top of the page) This is the bug tracker for bugs in lighttpd, not your personal questions.

Third, you have posted insufficient information for troubleshooting. Do TLS requests always fail, or just some requests? Did you troubleshoot why? Did your self-signed certificate expire?

As an aside, your TLS config is more than a bit outdated. Please read lighttpd TLS documentation and remove the deprecated ssl.* directives, which include all the ones you are using besides ssl.engine, ssl.pemfile, and ssl.cipher-list (which should change to ssl.openssl.ssl-conf-cmd "CipherString")

Actions

Also available in: Atom