Ghost x Zapier - error message (2)

Trying to follow up on Ghost x Zapier - error message

When trying to connect from Zapier, I get the following error message:

authentication failed: request to https://<example.com>/ghost/api/v0.1/authentication/token failed, reason: connect ECONNREFUSED X.X.X.X:443

At the same time with ghost log -f, I get:

[2018-07-07 04:26:03] INFO “GET /ghost/api/v0.1/configuration/” 200 4ms
[2018-07-07 04:26:03] INFO “GET /ghost/api/v0.1/configuration/” 200 5ms

…and in /var/log/nginx/access.log:

18.207.163.130 - - [07/Jul/2018:04:26:03 +0000] “GET /ghost/api/v0.1/configuration/ HTTP/1.1” 200 176 “-” “Zapier”
18.207.163.130 - - [07/Jul/2018:04:26:03 +0000] “GET /ghost/api/v0.1/configuration/ HTTP/1.1” 200 176 “-” “Zapier”

Any idea on how to attempt to debug this further?

nginx has proxy_pass http://127.0.0.1:2368; without any HTTP verb limits.

Just tried signing in to the ghost admin, ghost log showed:

[2018-07-07 04:43:03] INFO “POST /ghost/api/v0.1/authentication/token” 200 266ms

It looks like ghost and the server are set up correctly (?), but for some reason Zapier cannot connect.

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