Hello folks,
we are planning to host jira for external customers, We have jira version 6.1.7 installed on windows server 2008,And DMZ on another server.
what we want is to allow external users to access jira via a address e.g myjira.com\jira
please advice / suggest steps to achive this, as we are running out of time any help is appreciated.
BR,
Moiz.
If you were using Apache, it's a straightforward "proxy pass" on the DMZ Apache server. I believe you can mimic this (although it's not pretty) using "Application Request Routing" in IIS.
However, whatever method you use to do this, you MUST remember that Jira only has one base URL - it won't run properly if you use another url to reach it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic,
Would you mind explaining the 'proxy pass' on the DMZ Apache Server? We have a internal deployment of both JIRA and Confluence, which I am trying to make accessible via the web. Would I use this method to expose both of the application servers to the web?
Note: In our environment the web server must be placed in the DMZ to offer external access.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
All I know about doing it on IIS is that "Application request routing" does much the same as "proxy pass". I have done it, but it was many years ago, and I was able to muddle through the docs with some help from an IIS person. You have IIS running on your DMZ server, and when a user lads on certain urls, it goes and asks another server for the actual data.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
One of options:
You should obtain myjira.comdomain.
If you want to host it as HTTPS URL, you should also obtain SSL certificate.
You should give real IP to Jira server.
Secure Jira server.
Point A record in DNS from myjira.comto JIRA.
Start Jira on 443(HTTPS) or 80(HTTP) port.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks all of you,
It was a great help from you all
Best Regards,
Moiz Shaikh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Validate your expertise in managing Jira Service Projects for Cloud. Master configuration, optimize workflows, and manage users seamlessly. Earn global 🗺️ recognition and advance your career as a trusted Jira Service management expert.
Get Certified! ✍️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.