> For the complete documentation index, see [llms.txt](https://docs.aqua-cloud.io/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aqua-cloud.io/documentation/integrations/jira-sync-synchronize-items-between-aqua-and-jira-projects/self-signed-certificate.md).

# Self-signed certificate

## **Self-signed certificate** <a href="#self-signed_certificate" id="self-signed_certificate"></a>

Jira can be configured to support secure connections via HTTPS. In this case, all HTTP requests are redirected by Jira to HTTPS. When a self-signed certificate is used by Jira, the Jira sync and also the sync configurator can no longer connect to Jira, as they will reject the self-signed certificate. The certificate must be marked as trusted on Windows to allow the Jira sync to connect. This can be done as follows:&#x20;

* Open Internet Explorer
* Navigate to the Jira URL
* Click on Continue to this website
* Click on Certificate error in the address bar
* Click on View certificates
* Switch to Details tab
* Click on Copy to File
* Select DER encoding
* Click on Next
* Select jira.cer as filename
* Click on Next and then on Finish
* Open MMC (win+r, mmc)
* Click on File and then Add/Remove Snap-in
* Select Certificates and click on Add
* Select Computer Account
* Click on Next and then on Finish
* Click on OK
* In the tree, right click on Trusted People
* Select All Tasks and Import
* Click on Next
* Click on Browse and select the certificate you saved earlier
* Click on Next and again on Next and on Finish

Afterward, you can reopen Internet Explorer and navigate to the Jira URL again. Now, no certificate warning should be shown. Please note, that it is important to install the certificate to the Computer Account. Otherwise, your current user account will trust the certificate but not the service account which runs the aqua backend.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.aqua-cloud.io/documentation/integrations/jira-sync-synchronize-items-between-aqua-and-jira-projects/self-signed-certificate.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
