NetTalk Central

The Rest Of NetTalk => The Rest - Ask For Help => Topic started by: Matthew51 on October 02, 2020, 02:09:27 AM

Title: Google Oauth refreshing a token
Post by: Matthew51 on October 02, 2020, 02:09:27 AM
Net Talk 11.45

When trying to refresh a google token I get the following error:
Quote
A network communication error has occurred.

Error = The requested connection to oauth2.googleapis.com could not be opened. The Open command timed out or failed to connect.

The error number was -68 which means SSL Failed to Load CA Root File[.\CARoot.pem].

Error occurred in function NetSimple.TakeEvent

This is only happening on my production server (Windows Server 2012), and only when refreshing the token, fetching it in the first place is fine.

Thank You
Matthew
Title: Re: Google Oauth refreshing a token
Post by: Bruce on October 02, 2020, 05:25:58 AM
so you've got your CaRoot setting to
'.\CaRoot.pem'
that's a little unusual - I usually use just 'Caroot.pem'.

also , make sure the Caroot.pem file is in the app folder - is it there?

cheers
Bruce