Project

General

Profile

Chained SSL and Lighttpd

Added by 24khost over 11 years ago

been trying now for 3 days to get the ssl to work with firefox.

$SERVER["socket"] == ":443" {
ssl.engine = "enable"
ssl.ca-file = "/etc/lighttpd/certs/PositiveSSLBundle.crt"
ssl.pemfile = "/etc/lighttpd/certs/billing.24khost.com.pem"
server.name = "billing.24khost.com"
}

this is what i have in my lighttpd.conf anybody have an idea why i get this?


Replies (4)

RE: Chained SSL and Lighttpd - Added by nitrox over 11 years ago

You followed the links? You read about intermediate certs from comodo?

RE: Chained SSL and Lighttpd - Added by 24khost over 11 years ago

nitrox wrote:

You followed the links? You read about intermediate certs from comodo?

Of course I did. But there are no tutorials on comodo about lighttpd.

RE: Chained SSL and Lighttpd - Added by nitrox over 11 years ago

Lighty isn´t your problem here.

RE: Chained SSL and Lighttpd - Added by 24khost over 11 years ago

nitrox wrote:

Lighty isn´t your problem here.

I understand but if all other browsers besides mozilla are functioning fine and it is saying that it is not loaded. Looking for a little more help.

    (1-4/4)