emorikawa / linkedin-oauth2

Ruby wrapper for the LinkedIn OAuth2 API
Other
70 stars 86 forks source link

SSL & Faraday Error #42

Open elacaille18 opened 6 years ago

elacaille18 commented 6 years ago

Hi everyone,

I am using the gem with version 1.0.0. When trying to retrieve a profile page on Linkedin via the method linkedin-oauth2-1.0.0/lib/linked_in/people.rb#profile that itself uses the method linkedin-oauth2-1.0.0/lib/linked_in/people.rb#get

I get this error:

Faraday::SSLError SSL_connect returned=1 errno=0 state=error: certificate verify failed

Let me know if you need more info to debug it