I can't add the application link to JIRA in confluence.
I always get the message, that the application doesn't answer, but JIRA was able to find Confluence.
Both environments are on one server and none use SSL.
I can't think of a logical answer
Hello Joshua,
Can you confirm if there's any error on your logs? In case you have not imported the certificate in each application (JIRA's into Confluence's cacerts and vice-versa) you might find a PKIX error in the application logs.
Other than that, can you confirm if the SSL was configured through a Proxy? If so, you'll also need to make sure to add proxyName and proxyPort on both applications' server.xml files, located under the <app-install>/conf/ directory:
<Connector port="8090" maxHttpHeaderSize="8192"
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"
proxyName="www.example.com" proxyPort="80" />
See this: https://confluence.atlassian.com/doc/using-apache-with-mod_proxy-173669.html
I hope it helps,
Eduardo
Hints:
telnet host port
)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for the late answer, and thanks for your fast one! Couldn't post, since I've just registered and can only post once in 24 hours. So, they don't have different hostnames, since we can only have them on one machine atm. I don't include /jira or /confluence, I didn't have to in JIRA. Could you tell me why i should? I don't know, what the base URL is, but i cant telnet both applications.
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.
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.