cgrossde / Pullover

The unofficial multi-platform Pushover desktop client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to get issuer certificate locally

jostrasser opened this issue · comments

Hi,

I cannot login to the client.

Error:

2019-02-11T09:03:43.692Z Settings 'Settings loaded' { windowWidth: 450,
windowHeight: 330,
displayTime: 7,
maxNotificationAmount: 20,
runOnStartup: true,
defaultSound: 'po',
collectAnonymousData: 'true' }
2019-02-11T09:03:44.763Z NotificationManager 'maxNotificationAmount' 20
2019-02-11T09:03:44.805Z UpdateCheck 'Check for update... (current version: 1.3.0)'
2019-02-11T09:03:44.871Z Settings 'Changed 'runOnStartup'' true
2019-02-11T09:03:45.001Z UpdateCheck 'No update available' '1.3.0'
2019-02-11T09:04:05.505Z PushoverRESTClient 'OpenClient.prototype.login'
2019-02-11T09:04:05.690Z Login 'LOGIN-ERR' { LoginFailed: Login request failed
at Request._callback (chrome-extension://dphoolpanlhicfbmhobhjgefephjekpn/app.js:3633:18)
at self.callback (chrome-extension://dphoolpanlhicfbmhobhjgefephjekpn/vendors.js:76347:22)
at Request.emit (events.js:160:13)
at Request.onRequestError (chrome-extension://dphoolpanlhicfbmhobhjgefephjekpn/vendors.js:77039:8)
at ClientRequest.emit (events.js:160:13)
at TLSSocket.socketErrorListener (_http_client.js:389:9)
at TLSSocket.emit (events.js:160:13)
at emitErrorNT (internal/streams/destroy.js:64:8)
at process._tickCallback (internal/process/next_tick.js:152:19)
name: 'LoginFailed',
cause: { Error: unable to get local issuer certificate
at TLSSocket.onConnectSecure (_tls_wrap.js:1041:34)
at TLSSocket.emit (events.js:160:13)
at TLSSocket._finishInit (_tls_wrap.js:638:8) code: 'UNABLE_TO_GET_ISSUER_CERT_LOCALLY' } }

Any ideas?

Thanks!