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
ubuntu:/var/atlassian/application-data/bitbucket/shared# cat bitbucket.properties server.port=7990 server.secure=true server.scheme=https server.proxy-port=443 server.redirect-port=443 server.proxy-name=<domian>
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.