I am trying to configure Webhook on a Bitbucket repository to trigger a Jenkins Job with the following Url.
Url: JENKINS_URL/bitbucket-hook/
On testing the connection, I am getting following error:
"javax.net.ssl.SSLHandshakeException: General SSLEngine problem"
Do I need to add some permissions either at the Jenkins or Bitbucket level?
Thanks,
Sylvestor
This error means the applications aren't able to communicate over SSL. Follow the documentation to import the certificates in the JVM's that are running the applications.
Bitbucket's cert in Jenkins and vice versa.
Thanks Edwin
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.
Getting 500 error while creating webhook on bitbucket inpremise-server
Please help me resolving below issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Keep in mind that you need to run the commands to import the certificate to the JKS as the root user.
If you run bitbucket as a docker container do the following
docker exec -it --user root bitbucket bash
# import certificate to JKS
# Accept
docker restart bitbucket
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online 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.