I have set up the GitHub OAuth without problems, and Jira shows up in GitHub "Application list". However when I try to add new account (using the same username that have authorized the application), Jira gives me following error:
Error obtaining access token. Cannot access https://myGitHubServer from Jira.
My GitHub uses self signed SSL certificate, which I have added into trusted certs on my Jira server. I followed instructions on https://confluence.atlassian.com/display/JIRA052/Connecting+to+SSL+services
I have cheked that certificate is trusted by using provided SSLPoke.class:
esa@jira:~$ sudo /opt/atlassian/jira/jre/bin/java SSLPoke myGitHubServer 443 Successfully connected
Any ideas what I'm doing wrong?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Anyone find an answer to this? I am having the same problem.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No unfortunately. I ended up getting proper certificate signed by CA, and that fixed the problem. That was a lot cheaper than spending any more time to investigate the problem..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In addition: If I allow http connections (instead of https) to GitHub, then it works as expected. Sadly that solution is out of the question.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.