AutoSSL urandom Permission denied error
AutoSSL doesn't seem to be working at all on any domains on my server. The error log for all domains indicates as follows:
What's happening here?
1:09:01 PM WARN Failed to open(/dev/urandom): Permission denied at /usr/local/cpanel/Cpanel/Rand/Get.pm line 142.
1:09:01 PM WARN Using slow randomization logic! at /usr/local/cpanel/Cpanel/Rand/Get.pm line 181.
What's happening here?
-
In case this is of use to anyone else, here's the fix. The permissions on /dev/urandom were 0600, they needed to be 0644. Simple enough. chmod 0644 /dev/urandom0 -
Thanks for updating the thread. :) 0
Please sign in to leave a comment.
Comments
2 comments