Load Balancers support SSL termination, handling TLS handshakes and decrypting HTTPS traffic before forwarding to backend servers.
Yes, Vultr Load Balancers support SSL termination. In this mode, the Load Balancer is responsible for negotiating TLS handshakes and decrypting inbound HTTPS traffic before it is forwarded to backend instances. Offloading this process reduces CPU overhead on application servers and centralizes certificate lifecycle management.
Vultr supports two mechanisms for SSL termination:
After configuration, the Load Balancer terminates SSL connections at the edge. By default, decrypted HTTP traffic is proxied to backend instances, but you can also configure end-to-end encryption by installing certificates on both the Load Balancer and the origin servers.
For implementation details, refer to the How to Apply an SSL Certificate to Vultr Load Balancer guide.