Setting up SSL certificate locations in Linux for https:// in facebook application

After soo much struggling of openssl support for https://

I got solution for that simply we have to follow two steps

1) Install OpenSSL in your system
   
    follow the below documentation for installing in ubonto

    https://help.ubuntu.com/community/OpenSSL

2) Configure your omniauth.rb file to use those installed certificates


    kindly follow the below documentation for configuring in your application


   https://github.com/intridea/omniauth/wiki/Setting-up-SSL-certificate-locations-in-Linux

 

Comments

Popular posts from this blog

Rails Memcache issues

Rails working with multiple databases customize the generator | Rails, multiple databases, customize generator

Ruby on Rails 3.x Skip callback and validation and reset Callback | Ruby on Rails, Skip callback, validation, reset Callback