Skip to content

Commit 202451c

Browse files
committed
Captiveportal, fix warning " Warning: please add "mod_openssl" to server.modules list in lighttpd.conf. A future release of lighttpd 1.4.x *will not* automatically load mod_openssl and lighttpd *will not* use SSL/TLS where your lighttpd.conf contains ssl.* directives"
1 parent 9005f82 commit 202451c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/opnsense/service/templates/OPNsense/Captiveportal/lighttpd-zone.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ server.modules = ( "mod_expire",
4848
"mod_rewrite",
4949
"mod_proxy",
5050
"mod_setenv",
51-
"mod_extforward"
51+
"mod_extforward",
52+
"mod_openssl",
5253
)
5354

5455
#### performance options (aggressive timeouts)

0 commit comments

Comments
 (0)