Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UNABLE_TO_GET_ISSUER_CERT_LOCALLY #124

Open
rootid opened this issue Apr 22, 2019 · 4 comments
Open

UNABLE_TO_GET_ISSUER_CERT_LOCALLY #124

rootid opened this issue Apr 22, 2019 · 4 comments

Comments

@rootid
Copy link

rootid commented Apr 22, 2019

Installed wunderline

  • npm install wunderline

Run auth w/ new app (entered client id and access token)

  1. NODE_DEBUG=request wunderline auth
REQUEST { method: 'get',
  json: true,
  baseUrl: 'https://a.wunderlist.com/api/v1',
  headers:
   { 'X-Access-Token':
      'XXXXX',
     'X-Client-ID': 'XXXX' },
  uri: '/lists',
  callback: [Function] }
REQUEST make request https://a.wunderlist.com/api/v1/lists
REQUEST response body undefined
{
  "code": "UNABLE_TO_GET_ISSUER_CERT_LOCALLY"
}

@Thor77
Copy link
Collaborator

Thor77 commented Apr 23, 2019

Do you have a (ssl intercepting) proxy set? The CA certificate of that proxy is probably missing your system trust store.

@rootid
Copy link
Author

rootid commented Apr 23, 2019

Is there way I can set the proxy eg. any commands?

@Thor77
Copy link
Collaborator

Thor77 commented Apr 23, 2019

You probably don't want to set a proxy but find out if there's one active on your current system/network to find out why wunderlist is reporting this error.

@rootid
Copy link
Author

rootid commented Apr 23, 2019

Thanks @Thor77

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants