-
Notifications
You must be signed in to change notification settings - Fork 3
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
restore openssl support, make DNS work #57
Comments
After some digging, the problem turns out to be more complex. It's not an entropy problem. It's that openssl first tries
then it opens urandom, and tries to stat it.
openssl then does the same for 3 other names in /dev. |
Ways forward I have thought of:
|
after taking from Debian 8 armel the |
this, or any other approach where we accept that we're building all our deps, also allows us more control over how openssl collects entropy, and we can even introduce patches. This path does not make me happy either, but full control is nice. |
#47 drops openssl support from curl because of entropy problems on the old Toon1 kernel. We should figure that out and restore openssl, or make openssl presence a compile time choice.
Also, DNS lookups (for
HA_WS_URL
) don't work becausegetaddrinfo
does not function in static glibc links.The text was updated successfully, but these errors were encountered: