You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to understand the GNU make file and the USE_SSL variable. What sets it to true? I looked around in your code and website but cannot figure it out.
Does it check for the local presence of the openssl header?
If I were to create a Dockerfile like https://github.com/ourway/docker-webfsd/blob/main/Dockerfile should I simply install the openssl package?
Thank you for any help!
Great little server. It's the only one I've found so far that supports byte ranges and works out of the box for streaming videos.
The text was updated successfully, but these errors were encountered:
Ok the bundled server certificate was generated in 2002 with a 1024-bit RSA key. Too small for today's Internet. To generate your own self-signed certificate:
Trying to understand the GNU make file and the USE_SSL variable. What sets it to true? I looked around in your code and website but cannot figure it out.
Does it check for the local presence of the openssl header?
If I were to create a Dockerfile like https://github.com/ourway/docker-webfsd/blob/main/Dockerfile should I simply install the openssl package?
Thank you for any help!
Great little server. It's the only one I've found so far that supports byte ranges and works out of the box for streaming videos.
The text was updated successfully, but these errors were encountered: