--- lighttpd-1.3.13/src/connections.c 2005-03-03 15:36:51.000000000 -0800 +++ lighttpd-1.3.13fix/src/connections.c 2005-05-12 02:33:37.124740872 -0700 @@ -1141,6 +1141,7 @@ return NULL; } else { SSL_set_accept_state(con->ssl); + con->conf.is_ssl=1; } if (1 != (SSL_set_fd(con->ssl, cnt))) {