Project

General

Profile

Getting Getversion error after upgrade to version 1.4.59

Added by mohan1044 over 2 years ago

Facing getversion error when tried to load Access point UI page after upgrade of lighttpd from 1.4.54 to 1.4.59 in all browsers. Upon debugging, we could see that

"Access-Control-Allow-Headers: Origin, X-Requested-With, Content-Type, Accept
Access-Control-Allow-Methods: GET,PUT,POST,DELETE
Access-Control-Allow-Origin: *
Connection: keep-alive"

is not passed as response. For your reference, I have attached screenshots of working,non working case and configuration file which we were using for lighttpd 1.4.54.

Please help us to solve it.

Non-working.png (157 KB) Non-working.png Working case with lighttpd 1.4.54
Working case.png (221 KB) Working case.png Non working case with lighttpd 1.4.59
lighttpd.conf (18.5 KB) lighttpd.conf conf file of lightttpd in 1.4.54

Replies (5)

RE: Getting Getversion error after upgrade to version 1.4.59 - Added by gstrauss over 2 years ago

Please read: How to get support Follow the links, especially the link on how to ask a technical question.

Please take heed: if you do not make more of an effort to help yourself, you are unlikely to receive any help from others here.

RE: Getting Getversion error after upgrade to version 1.4.59 - Added by mohan1044 over 2 years ago

Operating System (OS): Linux 20.04*
Version of lighttpd: 1.4.59
Configuration have been attached.
What client you used (Firefox, Chrome, browser, curl, etc.) - all browsers

lighttpd.conf (18.5 KB) lighttpd.conf lighttpd conf file

RE: Getting Getversion error after upgrade to version 1.4.59 - Added by gstrauss over 2 years ago

See DebugVariables and track down why lighttpd 1.4.59 is returning an error HTTP status code 400 for your requests.

RE: Getting Getversion error after upgrade to version 1.4.59 - Added by mohan1044 over 2 years ago

Hi Strauss,

Enabled DebugVariables and figured out that the SSL certificate is missing and we figured out and replaced it. Still, we are facing the same issue. Your help would help to figure out the root cause behind it. Since we were using an older conf file in Lighttpd(version 1.4.35), We need to replace the conf file with the latest conf file.
In the Lighttpd directory, we could see two conf files - one under test directory and another under doc/config directory.

Can you please point out which we need to use as conf file to replace it.

RE: Getting Getversion error after upgrade to version 1.4.59 - Added by gstrauss over 2 years ago

I suggest you start with the front page of lighttpd documentation and the first entry under Configuration: Quick Start

    (1-5/5)