The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to get SSL to work in version 5.6

BarneyB
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 5, 2017

Hi

we are running version 5.6, and have a valid .jks file completed.

The bitbucket.properties config for our setup to enable SSL is :

 

server.port=443
server.ssl.enabled=true
server.ssl.key-alias=xxxxxxx (hidden for sec)
#server.ssl.key-store=D:\Atlassian\ApplicationData\Bitbucket\shared\config\ssl-keystore\bitbucket.jks
server.ssl.key-store-password=xxxxx(hidden for sec)
server.ssl.key-password=xxxxxx(hidden for sec)

 

Nice and simple. No. The service fails to start as soon as we enable SSL. In the logs it complains that a port is already in use, which is a false positive as this is not the case as its a standalone server. The logs also states the location for key-store is not the applied one above :

\Atlassian\Bitbucket\5.6.0\app\AtlassianApplicationDataBitbucketsharedconfigssl-keystore (The system cannot find the file specified)

In my mind, the system is not looking for the actual key-file stated above but Im not sure of anything at this stage.

Any help on this would be great as its delaying our deployment to live status.

 

Many thanks in advance.

Barney

 

 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Anton Shaleev
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 21, 2017

Hi Barney

Sorry to hear you're having issues with setting the HTTPS.

The issue here is that the SpringBoot (the framework used to build Bitbucket since version 5.x) asks to have the path with forward / instead of \ even on Windows.

So in bitbucket.properties you should change the path following way:

server.ssl.key-store=D:/Atlassian/ApplicationData/Bitbucket/shared/config/ssl-keystore/bitbucket.jks

 And then restart the instance. After the restart, the HTTPS should work correctly.

Regards,

Anton

TAGS
AUG Leaders

Atlassian Community Events