uninitialized constant OpenSSL::Digest::SHA1 in rails 3 and ubuntu
- by Anand Agrawal
Hi All,
I am trying to integrate restful_authentication plugings into my rails 3 application. I integrated this in windows, but while trying to integrate it to ubuntu I am facing an error "uninitialized constant OpenSSL::Digest::SHA1"
I googled for the solution but still unsuccessful. I am unable to load the file, "require Digest/SHA1"
Now, i…