I'm testing out an older application locally against a local instance of Jira Data Center v 9.12.1. When I try to initiate the oauth 1.0 flow from the application, I get connection refused from the Jira Data Center instance. Does this indicate an issue with the private/public key I'm using? Is there an extra setup step needed to get this working? Any particular Jira Data Center logs I should look at?
I have setup an Application Link with the proper keys. When I try to initiate the oauth 1.0 flow, it looks like we make a request to my local Jira Data Center instance at `http://localhost:8088/plugins/servlet/oauth/request-token`. (I'm using port 8088 because port 8080 is used by the application I'm trying to link).
Thanks!