---
title: "Document Engine: HTTPS support"
canonical_url: "https://www.nutrient.io/guides/document-engine/troubleshooting/getting-started/https/"
md_url: "https://www.nutrient.io/guides/document-engine/troubleshooting/getting-started/https.md"
last_updated: "2026-06-19T07:57:11.384Z"
description: "Solutions for common issues and errors in Nutrient Document Engine SDK with debugging tips and workarounds."
---

# HTTPS Support

SSL/TLS support is not part of Document Engine. To secure connections, we recommend one of the options below.

If you’ve deployed to the cloud, we recommend using a load balancing solution provided by your cloud platform provider:

- [AWS Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/applicationloadbalancer/)

- [Google Cloud Platform Load Balancing](https://cloud.google.com/compute/docs/load-balancing/http/)

- [Azure Load Balancer](https://docs.microsoft.com/en-us/azure/load-balancer/load-balancer-overview)

An alternative is to set up an [NGINX](https://www.nginx.com/resources/wiki/) server as a reverse proxy to Document Engine. You can configure [NGINX](https://www.nginx.com/resources/wiki/) to support SSL/TLS, and then you can point this to your certificate. A guide for this can be found on the [NGINX Reverse Proxy](https://www.nginx.com/resources/admin-guide/reverse-proxy/) article.
---

## Related pages

- [Setting Up an HTTP/HTTPS Proxy](/guides/document-engine/troubleshooting/getting-started/proxy.md)
- [Setting up auto scaling](/guides/document-engine/troubleshooting/getting-started/auto-scaling.md)

