I have Jira deployed on an instance behind an AWS ELB. My load balancer is configured to route 443 traffic to port 8080 and I have a certificate in my load balancer with the name "cf-tf-test-domain.link". I went into my server.xml file and changed the configuration like-so
```
<!--
<Connector port="8080" relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>"
maxThreads="150" minSpareThreads="25" connectionTimeout="20000" enableLookups="false"
maxHttpHeaderSize="8192" protocol="HTTP/1.1" useBodyEncodingForURI="true" redirectPort="8443"
acceptCount="100" disableUploadTimeout="true" bindOnInit="false" scheme="https"
proxyName="cf-tf-test-domain.link" proxyPort="443"/>
```
Is there anything else needed to be able to connect to jira using my proxy name? I'm still unable to connect to it and I'm not sure what else I'm missing
user-data script configuration
Hello @MP32
Welcome to the community.
You have added jira-software-cloud as a tag on your post, but that typically means you are using the SaaS offering from Atlassian, hosted by them. If you have installed the software on your own system in AWS Cloud then I suspect you have installed licensed either the Jira Software Server product or Jira Software Data Center product.
Given that, have you followed all the guidance in this document?
https://confluence.atlassian.com/jirakb/integrate-jira-jira-data-center-with-aws-elb-942841242.html
So I was referencing that page when configuring my server.xml file- right now I uncomment the second connector which says is for HTTP. That's what I have above in my post is the configuration I added for that connector. I also just added the Jira configuration portion of my user-data script which sets the http port to 8080. I also have my load balancer listener set to port 443 and the target group to 8080. When I type in the URL cf-tf-test-domain.link the Jira dashboard doesn't show up. Is there anything else I'm missing to make this work- based off my user-data configuration when installing jira and the configuration I have for my connector (which is the second connecter in server.xml, which says is for HTTP)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm also deploying two instances- one in different availability zones. Do both have to be configured for me to connect to the Jira dashboard via by domain name? Or will it still connect to one if only one is ocnfigured
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.