We'd like to initiate a build on our Jenkins build server when changes are pushed to our Bitbucket repo and have set up a webhook, but the requests from Bitbucket fail with "net_err".
Since that's all the information I have, I'm just guessing at the cause. The fact that our Jenkins server is using https with a self-signed certificate seems like most obvious place to start looking for problems. Can anyone confirm whether or not that is supported?
thanks!
We do not currently support self-signed certificates for webhooks.
I don't want to say we'll never support self-signed certificates, but it isn't very likely - especially now that Let's Encrypt is getting under way.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I expect it's going to be a while before Let's Encrypt solves everyone's SSL problems. In the meantime, is there a list of the CAs Bitbucket will trust? And are there any that offer free certs to organizations? I'd prefer a webhook to polling, but I can't see us paying a ton of money just for that feature.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any update? We also use letsencrypt. When will bitbucket start trusting them?
Thanks, Andreas
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So many years...
FOUND PROBLEM.
I WAS USING TLS 1.3 IN CLOUDFLARE, BUT SEEMS THAT BITBUCKET SUPPORT UP TO 1.1
DOWNGRADE FIXED THAT.
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.