Hello Guys,
We have Jira and Confluence hosted on the same server on default port, jira on 8080 and confluence on 8090.
After completing set up on netscaler made changes in the server.xml config file and updated the base URL of Jira and when i am hitting the new URL e.g xyz.domain.com, jira is not accessible and throwing error "This site can’t be reached".
If anyone have done this before, please help me with this, Atlassian is not supporting proxying the application.
Please, any comments are most welcomed.
Thanks,
Shib Saha
Hi!
Will be better, if you provide connector section from server.xml.
And provide a config from revers proxy.
Then we can help.
Just addittional links for show it is easy:
https://confluence.atlassian.com/confeap/running-confluence-behind-nginx-with-ssl-849150880.html
Cheers,
Gonchik Tsymzhitov
Hi Gonchik,
Thanks for the swift reply.
Connector part of server.xml
------------------------------------------
<Connector port="8080" proxyHost="qajira.qiagen.com" proxyPort="443" secure="true" scheme="https" SSLEnabled="false" disableUploadTimeout="true" acceptCount="100" redirectPort="8443" useBodyEncodingForURI="true" protocol="HTTP/1.1" maxHttpHeaderSize="8192" enableLookups="false" connectionTimeout="20000" maxSpareThreads="75" minSpareThreads="25" maxThreads="150"/>
-------------------------------------------------------
This is not clear "provide a config from revers proxy. " please let me know if you want know about the process/approach how we have configured reverse proxy through netscaler.
Thank you in advance.
Regards,
Shib Saha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi!
Could you set this config for your connector?
<Connector port="8080"
proxyHost="qajira.qiagen.com"
proxyPort="443"
secure="true"
scheme="https"
disableUploadTimeout="true"
acceptCount="100"
redirectPort="8443"
useBodyEncodingForURI="true"
protocol="HTTP/1.1"
maxHttpHeaderSize="8192"
enableLookups="false"
connectionTimeout="20000"
maxSpareThreads="75"
minSpareThreads="25"
maxThreads="150"
/>
Unfortunately, I am using for revers proxy nginx, httpd.
But by design it should be the same.
I have reviewed different threads, in fact, it should work
https://community.atlassian.com/t5/Jira-questions/Integration-JIRA-and-Citrix-Netscaler/qaq-p/325297
could you provide access log from jira, netscaler from your requests? Because can help to understand the problem better.
Thanks
Have a nice weekend.
Gonchik Tsymzhitov
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Gonchik,
Thanks for the suggestion.
I have added the connector directive but unfortunately it doesn't work.
Could you please describe the approach how did you configure reverse proxy using nginx, httpd, may be approach i am applying is not right.
Thanks and Regards,
Shib Saha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please, use this instruction
https://confluence.atlassian.com/confeap/running-confluence-behind-nginx-with-ssl-849150880.html
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.