Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

So how do you use HTTPS? Where is the certificate located and how do you change it? What port should I use?

Stefan Lundmark May 1, 2016

This question is in reference to Atlassian Documentation: Disabling HTTP(S) access to Git repositories in Bitbucket Server

So how do you use HTTPS? Where is the certificate located and how do you change it? What port should I use? I replaced HTTP with HTTPS but that didn't work, even though the ports are open. There are absolutely no details on this feature.

3 answers

1 accepted

1 vote
Answer accepted
Mike Friedrich
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 1, 2016

You configure https for the whole server. The git http/https protocol uses the same certificate/ssl settings as the web page itself.

 

See https://confluence.atlassian.com/bitbucketserver/securing-bitbucket-server-with-tomcat-using-ssl-776640127.html

1 vote
Steven F Behnke
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 1, 2016

Just accessing the website via "https" wouldn't do anything if you haven't configured it. It's not specific to Atlassian products. IT staff are able to perform this function pretty ubiquitously. And for instance, you probably need to buy a certificate.

Atlassian products typically run in a Tomcat web container. Most people enable SSL on Tomcat or proxy to a webserver like Apache and terminate SSL there.

There is so many techniques you would really need to describe your system, IT situation, etc before we could properly guide you. It really sounds like you're not familiar with this concept but again SSL is a pretty "external" conversation when integrating that technology.

Stefan Lundmark May 1, 2016

Thanks guys. Because of the HTTP(S) checkbox in the Settings menu, I assumed this was done trough the GUI and not trough text files. The link got me on track.

0 votes
Rich Duncan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 2, 2016

There are a number of ways to do this as per the answers above.  In a linux install, you can't use the default ports (80 or 443 for ssl) unless the process runs as root, so I typically choose this option:

 

https://confluence.atlassian.com/bitbucketserver/securing-bitbucket-server-with-apache-using-ssl-776640117.html

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events