I have our jira test environment created by name https://testingjira.kindermorgan.com. What do we need to do in order for accessing the link by just typing testingjira and it should forward it to https://testingjira.kindermorgan.com
Postgres can be blocking external connections:
Check the /etc/postgresql/./main/pg_hba.conf
You may need to add a line here to allow external connections.
Example:
host all all 192.168.1.64/24 md5
Also check /etc/postgresql/./main/postgresql.conf to make postgres work on all network interfaces:
A line here may need to be added allowing external connections - to allow the range 192.168.1.64/24, add the line
listen_address='*'
Hope it helps!
Brilliant! Thank you.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As an update to this, I've tried putting the Crowd logging on maximum whilst trying to proceed with the import and the log doesn't make *any* mention of the JIRA server, perhaps suggesting that Crowd isn't getting as far as trying to make a connection to JIRA.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.