Happyr / LinkedIn-API-client

A library to connect with LinkedIn API. Perfect if you are looking for an API client or SDK for LinkedIn
MIT License
198 stars 97 forks source link

Not getting response on https://www.linkedin.com/uas/oauth2/accessToken #157

Closed snghaprv closed 6 years ago

snghaprv commented 6 years ago

getting following error

About to connect() to www.linkedin.com port 443 (#0) Trying 103.20.94.1... connected Connected to www.linkedin.com (103.20.94.1) port 443 (#0) Initializing NSS with certpath: sql:/etc/pki/nssdb CAfile: /etc/pki/tls/certs/ca-bundle.crt CApath: none NSS error -5938 Closing connection #0 SSL connect error curl: (35) SSL connect error

Nyholm commented 6 years ago

This is related to your machine and SSL. This is usually a problem with Windows.

This library is decoupled from the HTTP client. I would recommend you to ask a question on StackOverflow.