Found the issue.
Excon adds a port number in the headers “Host” entry by default (ex. Host: api.discourse.org:443) and I suppose the server at api.discourse.org does not like that.
Here’s a fix:
https://github.com/discourse/discourse/pull/4935
Found the issue.
Excon adds a port number in the headers “Host” entry by default (ex. Host: api.discourse.org:443) and I suppose the server at api.discourse.org does not like that.
Here’s a fix:
https://github.com/discourse/discourse/pull/4935