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.
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.
Thanks Yougesh for the welcoming and prompt response.
let me go your link provided by you.
thanks mate
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
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.