-
-
Notifications
You must be signed in to change notification settings - Fork 983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow http (not https) JIRA hosts #4
Comments
Thanks! Good suggestion! I will implement that. |
johannesjo
added a commit
that referenced
this issue
Feb 10, 2017
I'm assuming that this should work now. Let me know if it doesn't. |
johannesjo
added a commit
that referenced
this issue
Jul 4, 2020
johannesjo
added a commit
that referenced
this issue
Jul 5, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When configuring JIRA integration, one is currently prompted for 'Host'. SP is expecting something like 'localhost' or 'jira.mycompany.com'. In my case I enter 'redradish_jira.localhost'.
The problem is that SP then assumes https. My JIRA happens to run on http://redradish_jira.localhost inside the network, not https. If I enter Host: 'redradish_jira.localhost:80', then SP just tries to talk SSL on port 80 and breaks.
I think 'Host' should be replaced by 'Base URL', a well-known concept in JIRA-land. This is unambiguous, setting the scheme, port and URL prefix all at once.
The text was updated successfully, but these errors were encountered: