Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

cannot access Jira externally on IIS

Studio Dev
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 28, 2018

I have a local installation of Jira, followed this guide to configure it for IIS:

https://confluence.atlassian.com/adminjiraserver071/integrating-jira-applications-with-iis-802593039.html

and all the steps appear successful. I can access my local instance via http://localhost:8080/jira/secure/Dashboard.jspa, even though my base URL is set to:

http://jira.2ware.ca.

 

I have tried accessing Jira externally (to my network) via http://jira.2ware.ca:8080/Jira,

http://jira.2ware.ca:80/Jira and many other variations. 

 No matter what I do, I get a 'this site cannot be reached' message. Locally (on the server) it works perfectly but I can't access it outside my network, even though my domain http://jira.2ware.com is fully accessible.

Any help would be greatly appreciated.

2 answers

0 votes
Josh Steckler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
February 6, 2018

You should really look into securing that site with HTTPS as well.

0 votes
Andy Heinzer
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 29, 2018

Setting the base url does not determine what URL the Jira site is actually listening on.  It only tells the application what URL is expected to be used to serve up the content.

Since you can reach the site on the localhost address, that is at least a good sign that JIra is up and working.   The problem most likely lies with the configuration of the reverse proxy itself.   If you followed all the steps in that guide though https://confluence.atlassian.com/adminjiraserver071/integrating-jira-applications-with-iis-802593039.html then you should have had to setup another connector for Jira's server.xml file using a different port (usually something other than port 8080).  

Is the IIS on a separate server from Jira or the same server?   Basically I would also want to make sure there are no ports being blocked between these two servers.   Windows is known to have a firewall that blocks all external traffic from reaching servers until you either create a port forwarding rule or disable the software firewall for that machine.

It might help to start from either the Jira server or the IIS instance and first make sure that you can ping each machine from the other.   If you can't ping them, then clearly there is a problem with getting this traffic between the two instances.   In which case, I would say the next steps are to identify what addresses are in use for each machine.   It's possible each machine has multiple network interfaces.  On windows you can find all of these in the command prompt with a command such as "ipconfig /all".

Suggest an answer

Log in or Sign up to answer