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
Hi, Thank you for letting me know and opening this issue.
This might be a linker issue related to the weak vs strong symbols in the TLS/SSL implementation. If so, this may be compiler / OS specific (e.g. file name ordering).
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: