I installed JIRA 7.4 on a server running server 2012r2
I am able to reach the base url when it is localhost:8080
I am also able to reach the URL when it's localhost:8443 and I bind a Selfsigned cert to using config.bat I need help with:
1. how can i set the URL to a different hostname? I have a non-publically routable domain that I am using to test purposes. I went into IIS and added the ISAPI filters and use the URL rewrites to get the address to change to jira-dev.domain.com when I do that I make sure I update the base URL inside of JIRA. but, when i run it from a browser and it opens. I am getting a multitude of errors.
a. I'm getting an error with a gadget that will only how__msg.gadget
b. all of my photos that i imported are showing as broken links.
c. most of the time I still need to add the port to the end of the url for routing.
d. im also getting a gadget feed error when logging in.
2. I would perfer to be able once this box is in production not to touch tomcat, and have all of the SSL certs go through IIS (i am more familar with it) but i am unable to get this to work with the domain name.
does it only have to do with the fact i'ts a self signed cert, if I added a CA cert will that remidiate the issue? Any assistance to get this dev version of jira running would help me greatly.