Forums

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

Issue while bitbucket certificate upgradation

Deleted user February 7, 2019

Can you please help me here, is there anything wrong in this configuration?

jdbc.driver=oracle.jdbc.driver.OracleDriver
jdbc.url=xxxxx
jdbc.user=stash
jdbc.password=xxxxx
server.require-ssl=true
server.additional-connector.1.port=7990
server.additional-connector.1.redirect-port=8443
server.additional-connector.1.require-ssl=true
server.port=8443
server.secure=true
server.scheme=https
server.ssl.enabled=true
server.ssl.client-auth=want
server.ssl.protocol=TLS
server.ssl.key-store=/abc/stash/.keystore
server.ssl.key-store-password=xxxxxx
server.ssl.key-password=xxxxxx
server.ssl.key-alias=bitbucket
plugin.bitbucket-git.path.executable=/abc/stash/setup/git-2.9.5/git

 

if not then why I'm getting below error:

The Tomcat connector configured to listen on port 8443 failed to start. The port may already be in use or the connector may be misconfigured.

 

Action:

Verify the connector's configuration, identify and stop any process that's listening on port 8443, or configure this application to listen on another port.

 

I have checked the 8443 port availability as well and I can confirm that port is not used anywhere.

1 answer

0 votes
Yogesh Mude
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.
February 7, 2019

Hi @[deleted]

Welcome to the community!

I think the issue with additional.connect port and server port...pleaase have a look at the below Atlassian KB article.

Hope it helps.

https://confluence.atlassian.com/bitbucketserver/migrate-server-xml-customizations-to-bitbucket-properties-897811761.html

Manish
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!
February 7, 2019

Thanks Yougesh for the welcoming and prompt response.

 

let me go your link provided by you.

 

thanks mate 

Deleted user February 14, 2019

Hi Yogesh,

 

I had tried to chnage server.ssl.key-alias=bitbucket to server.ssl.key-alias=1 and worked fine but now i'm getting an error on push side, any idea on this?

 

$ git push

fatal: unable to access 'https://xxxx/xx/xx/test.git/': schannel: next InitializeSecurityContext failed: Unknown error (0x80092013) - The revocation function was unable to check revocation because the revocation server was offline.

 

I beleive i need to just remove the adition server line as we are using deauflt port for this whioch doesn't make sense to me, is it right what i'm thinking?

server.additional-connector.1.port=7990
server.additional-connector.1.redirect-port=8443
server.additional-connector.1.require-ssl=true

 

Thanks in advance

M

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events