NetTalk Central

Author Topic: Google Oauth refreshing a token  (Read 2034 times)

Matthew51

  • Full Member
  • ***
  • Posts: 150
    • View Profile
    • Email
Google Oauth refreshing a token
« 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
Contractor with 10+ years of NetTalk experience looking for work.
www.linkedin.com/in/matthew-leavitt
BisWare.ca
Check out my free EasyTime Template

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11175
    • View Profile
Re: Google Oauth refreshing a token
« Reply #1 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