I'm trying to utilize an F5 load balancer with a wildcard SSL certificate. Keep in mind I am not load balancing JIRA. It will be a single server behind a single VIP. I'm just trying to avoid installing an SSL cert directly on the server. if this is the configuration in my server.xml :
<Connector port="8080"
maxThreads="150"
minSpareThreads="25"
maxSpareThreads="75"
connectionTimeout="20000"
enableLookups="false"
maxHttpHeaderSize="8192"
protocol="HTTP/1.1"
useBodyEncodingForURI="true"
redirectPort="8443"
acceptCount="100"
disableUploadTimeout="true"
scheme="https"
proxyName="jirapd.sports.com"
proxyPort="443"
What will be my new config be ? What needs to be change in F5 load balancer ?
You need to make a few changes if you want to put it behind an F5 for SSL offload:
Hope that helps...
This works great. You can go a step further and have tomcat behind apache, and still have SSL offloaded to the F5. The only additional change in this scenario is to add proxyName="<apache server>" to the Connector block above as per Dan.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Scott, did you get the Applinks to work between Confluence & JIRA after making the above changes ? Bimal.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
We don't currently have any applinks established, so I'm unaware of any conflicts in setting it up in that scenario.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Bimal Patel Did you figure out how to get this working with App Links by chance?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Proceed configuring you F5 (Viprion/Big IP) as reverse proxy (http://www.f5.com/glossary/reverse-proxy/). I belive that you have to disable SSL on VIP, enabling only the external network to handle SSL requests.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I want to offload SSL to F5 (BigIP). Client will be connecting via BigIP using HTTPS. BigIP will forward request to Jira using HTTP. Certificates are stored in F5 (BigIP).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi Lucas,
We have enabled F5 proxy for JIRA and we see no issues in accesing but confluence gadgets not loading getting marshal exceptions. Could you please help?
Thanks,Srinivas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have the same scenario...when the F5 is in the picture it causes the dashboard and other things to not load due to an invalid scheme. When it's not, everything is fine.
Did you ever solve this?
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.