Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Lighttpd and Wildcard SSL
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Lighttpd and Wildcard SSL

NeoonNeoon Community Contributor, Veteran

Hi,

I got one of these 2.5$ SSL certificates and now im gonna trying to bring them to work on lighttpd. The problem is the follow:

When you open: cdn.ath.pw (make sure that you see: US Atlanta otherwise you cant help me)
and try after this: https://cdn.ath.pw and you see the lighttpd default page.

Here is my config:

$SERVER["socket"] == "myip:443" {

ssl.engine = "enable"

ssl.pemfile = "/etc/lighttpd/ath.pw/ath.pw.pem"

ssl.ca-file = "/etc/lighttpd/ath.pw/star_ath.pw_ca.crt"

$HTTP["host"] == "cdn.ath.pw" {

server.name = "cdn.ath.pw"

server.document-root = "/var/www/cdn"

}

}

Why the hell does this not works?

Comments

Sign In or Register to comment.