Issue with connecting LinkedIn API using cURL

39 views Asked by At

I trying to integrate LinkedIn API with our project. I am using Laravel Socialite for integration.

After user allows permission to app, I am getting the auth code to call next API to fetch User information. Here the process is getting this error : curl (28) ssl connection timeout

Getting error on this API URL only : api.linkedin.com

Please attached output via command line access curl CLI output

I have tried using different TLS version while executing curl request, but getting same response.

0

There are 0 answers