wunderline
wunderline copied to clipboard
UNABLE_TO_GET_ISSUER_CERT_LOCALLY
Installed wunderline
- npm install wunderline
Run auth w/ new app (entered client id and access token)
- 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"
}
Do you have a (ssl intercepting) proxy set? The CA certificate of that proxy is probably missing your system trust store.
Is there way I can set the proxy eg. any commands?
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.
Thanks @Thor77