-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A future release of lighttpd 1.4.x *will not* automatically load mod_openssl #55
Comments
I noticed that you are already using
In context that could be:
|
Thanks, @visnetje. I am a lighttpd developer and hope this context helps: |
Thanks for the input. So I will integrate @visnetje to have an explicit load of the TLS module. |
When running the image with
--env 'USE_SSL=true'
, I'm seeing the following error:I guess if you want to make sure the SSL module is included only when you are actually using it, the
server.modules
line infiles/lighttpd.conf
needs to be inserted conditionally.Is that easy to fix?
The text was updated successfully, but these errors were encountered: