I have deployed my bitbucket server with http protocol url
can i connect to JIRA cloud using http ot i need https (SSL connection only).
Please suggest.
@Mayur Kate welcome to the community.
The simple answer to your question is NO, you won't need to run Bitbucket Server on HTTPS to connect with Jira cloud.
Here is a wiki link to help you with this and other prerequisite - https://confluence.atlassian.com/confeval/development-tools-evaluator-resources/bitbucket/bitbucket-connect-bitbucket-server-to-jira-software-cloud
I hope this helps.
my bitbucket is running on port 7990 how can access it on 80 port as per document and what should be base url
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
As long as your Bitbucket Server is publicly accessible it doesn't matter what port it run on.
For example, if your service IP is 'ddd.ccc.bbb.aaa' and port you are running Bitbucket is 7990, your base url should be 'http://ddd.ccc.bbb.aaa:7990', in case your server have some name assigned to it (e.g. example.com) your base url will 'http://example.com:7990'
In case you want to run this on port 80 which is default HTTP port, you can use reverse proxy servers like, "Apache HTTPD" or "NGINX".
These links can help you here,
Important - Your server should be publicly accessible, i.e. it must have public IP address.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much your help. I have created successfully link to JIRA.
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.