Google OAuth issue - 404 not found

Hello all, so I’m new to setting things up like this but I feel I’ve very nearly there. I created the API in google and it’s only then I get to the this point


and then click continue I get this. Any idea’s

I do have PFsense running as my FW but no proxy etc.

Many thanks!

Hey @Stefan_Hayes hope all is well, this error means that there is a problem with accessing

https://stefanhayes.mooo.com/rest/oauth2-credential/callback
(also //stefanhayes.mooo.com/)

I am trying to access it myself and also cant

Hey @jabbson thanks for the reply. I think the issue is the lack of https. I think you if try http:// it will now work, but then the issue is google tries to OAuth it uses https connection. thoughts? many thanks

No problem at all.

I still cannot access your server though, even with http:

http://stefanhayes.mooo.com/

❯ curl -v --connect-timeout 5 http://stefanhayes.mooo.com/
* Host stefanhayes.mooo.com:80 was resolved.
* IPv6: (none)
* IPv4: 45.92.45.62
*   Trying 45.92.45.62:80...
* Connection timed out after 5001 milliseconds
* closing connection #0
curl: (28) Connection timed out after 5001 milliseconds

As for OAuth - it will only work with https, no exceptions. So you need to make it work for your server.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.