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
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
Post a Comment