Git Integration for Jira Cloud Documentation

Manually connect to HTTPS git repositories with self-signed SSL certificates or other SSL issues

GITHUB ENTERPRISE GITLAB CE/EE

When connecting to a private HTTPS git repository, a custom (self-signed) certificate may cause problems. Follow these steps to work around this issue:

  1. Configure the repository to disable verification of the SSL certificate:

    • Run git config http.sslVerify false in the repository folder.

      Example:

      cd project.git
      git config http.sslVerify false
  2. On the Manage integrations page, click Add integration.


  3. Add the repository via Plain Git integration or Quick start on the Add integration page.


  4. Enter Host URL and login credentials on the next screen. If 2FA is enabled on this account, enter PAT as the password.

  5. Click Add integration and continue to completion.


  6. If there’s an SSL verification error, click Ignore certificate errors and continue connection to proceed.

Alternative solutions exist for making Java trust this certificate. Refer to these Atlassian articles about resolving SSL verification issues:

  1. Unable to Connect to SSL Services due to PKIX Path Building Failed

  2. Connecting to SSL services

For related topics on connecting repositories from other git hosts, see Integration Guide.

 


Prev: Automatically connect to HTTPS git repositories with self-signed SSL certificates or other SSL issues

Next: Managing repository or integration configuration

 

Last updated: December 2025

Have feedback about this article? Did we miss something? Let us know!
On this page