HI,
We have installed the bitbucket version 5.10.0 in our on-premise Windows 2012 server.
The Application works fine in http if we try to enable https, the url is getting redirected and the application is not getting up.
Result : the page is getting redirected and Application is not getting up.
Please help to fix this issue.
Hi Govindan,
Glad that we were able to fix the issue for you using the custom configuration.
Following configuration is what eventually got the redirection working:
server.port=443 server.scheme=https server.secure=true server.ssl.enabled=true server.ssl.key-store=D:/Atlassian/ApplicationData/Bitbucket/shared/config/ssl-keystore/example.jks server.ssl.key-store-password=XXXX123 server.ssl.key-password=XXXX123 server.require-ssl=true server.ssl.key-alias=sample.example.com server.additional-connector.1.port=7990 server.additional-connector.1.redirect-port=443 server.additional-connector.1.port=80 server.additional-connector.1.redirect-port=443
Welcome to great meetings, with less work. Automatically record, summarize, and share instant recaps of your meetings with Loom AI.
Learn moreOnline forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.