I need to Integrate my local self-hosted Jira server with Google Firebase project. I need help for this matter please.
My local JIRA is configured in Windows Server 2016 and it is running in HTTP port 8080 without SSL.
to integrate Local Jira with Google Firebase it has to be running with HTTPS and I cannot configure my JIRA to run at HTTPS port 443.
Anybody can help please.
@IT Network Devsky Welcome to the Atlassian community
Configure Jira to run on port 8443 with HTTPS. Google might not accept a self signed certificate so you may need to get one issued and add that to your server. https://confluence.atlassian.com/adminjiraserver/running-jira-applications-over-ssl-or-https-938847764.html
How would I configure Jira to port 8443 with HTTPS. I tried but I failed.
Need guidance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@IT Network Devsky This should help you out https://confluence.atlassian.com/adminjiraserver/changing-jira-application-tcp-ports-938847762.html You should just be able to change the connector port to 8443. If you do not want the connection https://yourdomain.com:8443 to contain the port you will need to run a proxy. https://confluence.atlassian.com/kb/proxying-atlassian-server-applications-with-microsoft-internet-information-services-iis-833931378.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thinking more about it you could just run Jira on it's normal port and use the proxy to have it run on 443 that might be the easiest solution.
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.