SOLVED AutoSSL urandom Permission denied error

KC-Bill

Member
Nov 12, 2008
11
1
53
cPanel Access Level
Root Administrator
AutoSSL doesn't seem to be working at all on any domains on my server. The error log for all domains indicates as follows:
Code:
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?
 

KC-Bill

Member
Nov 12, 2008
11
1
53
cPanel Access Level
Root Administrator
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.

Code:
chmod 0644 /dev/urandom
 
  • Like
Reactions: Infopro