Skip to main content

AutoSSL urandom Permission denied error

Comments

2 comments

  • KC-Bill
    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/urandom
    0
  • Infopro
    Thanks for updating the thread. :)
    0

Please sign in to leave a comment.