Hello Guys,
Good Morning!!
We have Jira Software(7.3.5) and Confluence(6.2.0) running over same server, planning to host both the application over internet.
Do i need two seperate SSL certificate for Jira and Confluence or one is enough.
Please suggest. Any comments is much appreciated.
Thanks in advance.
Regards,
Shib Saha
Dear Shib Saha,
In practice you only need a single certificate. It is however your choice what kind of certificate you order; A wildcard can be used for all urls in your domain.. but you can also order a specific SAN SSL certificate and add multiple URLS on that certificate.
Friendly Regards,
Dear Jeremy,
If possible, could you please guide me for this activity "Publishing Jira and Confluence over internet" with below query.
1. Steps from starting involved in this activity. I am little bit confused with the guidlines provided by Atlassian and i am new to Jira. It would be really helpful if you share your experience.
Thanks 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.
Dear Shib Saha,
You mean a guide for installing the SSL Certificates?
Friendly Regards,
Jeremy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Jeremy,
Thanks for the reply.
Want to know the steps (complete procedure) involved in publishing jira over internet like External certificate issuing is one the steps.
Right now we have jira that is accesible through server URL and including port number and same for confluence.
For certificate it is mentioned in the atlassian document to use a tool "Portecle", i hope that might be helpful.
Thanks 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.
Dear Shib Saha,
Are JIRA / Confluence both running on a seperate server? Is the application that you would want to listen on port 80 so it can be reached through http://jira.example.com?
If yes you can:
- Set up a DNS A-record that points jira.example.com to the IP address of your server.
- Modify the file server.xml so the embeded JIRA Tomcat listens on port 80
Find the following code in server.xml
Connector port="8080"
Change the connector port to 80
Connector port="80"
Restart JIRA.
Please keep in mind that it takes a while for DNS changes to become active.
And don't forget to change the base URL in the JIRA administration.
Confluence webserver documentation:
https://confluence.atlassian.com/doc/web-server-configuration-159760.html
Jira webserver documentation:
Friendly Regards,
Jeremy Mooiman
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dear Jeremy,
Thanks for your kind assistance.
Here is the required details:
We have both Jira and Confluence running on the same server.
Jira is hosted on 8080 and confluence is hosted on 8090.
Please suggest for above perspective.
Thanks 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.
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.