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

Enabling password authentication for new ec2 box | ssh, ssh config, EC2 setup, new user in EC2, PasswordAuthentication

What's the difference between "include" and "require" in Ruby?