We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using facil.io 0.7.6 examples, I am able to compile a binary, but TLS doesn't seem to be working.
I get the following message during make: Detected the OpenSSL library, setting HAVE_OPENSSL
make
Detected the OpenSSL library, setting HAVE_OPENSSL
Then when I try running ./tmp/fioapp I always get the message FATAL: No supported SSL/TLS library available.
./tmp/fioapp
FATAL: No supported SSL/TLS library available.
I'm trying to get any basic webserver example running with TLS but haven't found a way to achieve this, yet.
Are there any working examples or a direction you can point me in? Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using facil.io 0.7.6 examples, I am able to compile a binary, but TLS doesn't seem to be working.
I get the following message during
make
:Detected the OpenSSL library, setting HAVE_OPENSSL
Then when I try running
./tmp/fioapp
I always get the messageFATAL: No supported SSL/TLS library available.
I'm trying to get any basic webserver example running with TLS but haven't found a way to achieve this, yet.
Are there any working examples or a direction you can point me in?
Thanks
The text was updated successfully, but these errors were encountered: