You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
Hi,
we'd like to connect to a Bitbucket Enterprise Server (not hosted by us (or you)) using an https connection which requires a SSL Client certificate.
Accessing the Repository URL from a Webbrowser works fine, but using SourceTree on Mac OS (or git from the cli) doesn't work. But instead throws this error:
SSL peer handshake failed, the server most likely requires a client certificate to connect.
Error seems reasonable, but how could I in fact configure the client certificate? The browser (in this case Safari) explicit ask for the Client Certificate upon connection, how could this be done in SourceTree?
Hi Christian, have you checked this article already: Resolving SSL self-signed certificate errors ?
Cheers!
Ana
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.
@Christian Steffens could you share how you solved as I'm only to clone, pull and push via Terminal, see https://community.atlassian.com/t5/Sourcetree-questions/How-does-Sourcetree-check-the-certificate-chain-of-a-remote/qaq-p/779028#M36878
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I had cloned with https and not ssh, so I found these 2 links useful :
https://support.atlassian.com/bitbucket-cloud/docs/set-up-an-ssh-key
https://support.atlassian.com/bitbucket-cloud/docs/change-the-remote-url-to-your-repository
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.