# SSL Settings

![](/files/-MaMudZLvAR4eS8_AN0B)

## SSL Configurations

### SSL For SANDBOX

We use HTTPS standards with TLS and SNI. The certificate is in sha2.

### SSL for PRODUCTION

We use a standard HTTPS with TLS. The certificate is in sha2.

All Linux librairies (java, apache , ruby , python , php, etc.) are compatible since 2006.

**Finally, you can check up our certs here**:

> Production environment: <https://www.ssllabs.com/ssltest/analyze.html?d=mnasatiapi.com>
>
> Sandbox environment: <https://www.ssllabs.com/ssltest/analyze.html?d=sandbox.mnasati.com>

{% hint style="info" %}
Note: Using non-ssl connection or connecting to our endpoints using normal HTTP connection, will probably throw an error, or output a malformed data.
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.mnasati.com/ssl-settings.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
