Skip to content
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

Closed
jefft opened this issue Feb 10, 2017 · 2 comments
Closed

Allow http (not https) JIRA hosts #4

jefft opened this issue Feb 10, 2017 · 2 comments

Comments

@jefft
Copy link

jefft commented Feb 10, 2017

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.

@johannesjo
Copy link
Owner

Thanks! Good suggestion! I will implement that.

johannesjo added a commit that referenced this issue Feb 10, 2017
@johannesjo
Copy link
Owner

I'm assuming that this should work now. Let me know if it doesn't.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants