steup the bitbucket server by use aws ec2. use the script step by step to configure.then use aws elb to configure the 443 to server 7990. now i can access the bibucket by https domain for bitbucket UI. also configure the base url to https.but when I try curl --location 'https://mydomain/rest/api/latest/projects/MDX/repos' it's will return me a http url for the repo.what should i do
Hi Kean,
Did you set the Base URL in the Bitbucket Server adminstration section in the UI to HTTPS?
Cheers,
Christian
Premier Support Engineer
Atlassian
Hi Christian, yes, seems it needs both Ui and bitbucket.properties configure to work. I mean if I just set the Base URL in the Bitbucket Server administration section in the UI to HTTPS will not work.