I have CA signed certificate in the form of jks and I want to use it to run Bitbucket on HTTPS instead of HTTP. I tried adding this to my bitbucket.properties file but bitbucket is not running the service.
server.port=8443
server.ssl.enabled=true
server.ssl.key-alias=bitbucket_sandbox
server.scheme=https
server.ssl.key-store=/var/atlassian/application-data/bitbucket/CERTS/bitbucket_sandbox-jks.jks
server.ssl.key-store-password=***
server.ssl.key-password=***
server.ssl.key-store-type=jks
Welcome to thet Atlassian Community @Chaitrali Awasare
Do you get errors in your logs when starting Bitbucket?
At the bottom of this page you will find some common errors you can get when trying to configure thies.
Hi Charlie, the issue got resolved it was regarding alias. Thankyou for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Ok great!
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.