We are moving to Data Center and have it setup with the two nodes using shared home and can connect to each separate. We now have been getting our network guys to configure our VIPs, DNS and F5 for these servers, however our F5 setup generally requires health-check files installed into a virtual directory for the application for the F5 to function which we do not have... Although I have asked them to try to use the /status/ JIRA healthcheck test which I hope solves this problem. However, I see docs on integrating JIRA with IIS - when does this need to happen - for SSL? Once we get our loadbalancer up and running we want to look at using SSL in JIRA. We just have the standard install of JIRA/tomcat...
If you have an f5 BIG-IP load balancer then it supports many types of health monitors - http is just one option, TCP is another. HTTP health monitor configuration is pretty extensive, so it should be possible to use the /status resource without much hassle.
I don't see why you would need to use IIS if you own an F5 load balancer. Regarding SSL - if you have the proper firewall setup, you should use the F5 load balancer to do SSL offloading. SSL will only be used when connecting to the load balancer, while connections from load balancer to the JIRA instances will not be encrypted - this will offload the SSL servers from doing the encryption.
Thanks Petar, yes - that is how we have set it up and we have now been able to setup the healthcheck through tomcat and have it working (it was more an issue with communication with our network guys that we were using tomcat). So now we are looking at SSL and yes we are doing it as you described and I have been trying to change the server.xml with below and changing the URL of the app to be https:\\xxxxx.xxxx.com but can't get JIRA to bring up the page just normal problem loading page errors...
secure="true" scheme="https" proxyPort="8443" proxyName="xxxx.xxxx.com"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So we now have it working with bringing up the https:\\FQDN which is great and we can log in but then it starts serving up http pages and pages don't display so we need JIRA to send a HTTPS url, but accept HTTP connection..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Joanne could you share a KB if you have any that we can refer to setup Data center with LB in front and SSL on servers. We are currently in process of setting up data center with A10 hardware load balancer and trying to have https all the way from client to server. Was there anything in specific that we need to do to make sure application is listening on https from LB
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.