Terminating TLS connections
Written by
Yandex Application Load Balancer offers you L7 load balancers can terminate TLS connections: send certificates to clients, decrypt inbound traffic to send to the backends, and encrypt backend responses prior to forwarding them to clients. In this tutorial, you will learn how to configure a load balancer to terminate TLS connections using a certificate from Yandex Certificate Manager and redirect HTTP requests to HTTPS.
The tutorial features the my-site.com domain as an example. It will be mapped to the IP address of the L7 load balancer using DNS records in Yandex Cloud DNS.
You can create an infrastructure for terminating TLS connections using one of these tools:
- Management console: Create your infrastructure step by step from the Yandex Cloud management console.
- Terraform: Streamline creating and managing your resources using the Infrastructure as Code (IaC) approach. Download a Terraform configuration example from the GitHub repository and then deploy your infrastructure using the Yandex Cloud Terraform provider.