Aptible allows you to configure the protocols and ciphers used by your HTTP(S) Endpoints for HTTPS termination using a single configuration setting. This is configured per endpoint, allowing each endpoint to have independent protocol configuration.Documentation Index
Fetch the complete documentation index at: https://www.aptible.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
SSL Protocols Override
The SSL Protocols Override setting lets you customize the SSL/TLS protocols allowed on your Endpoint.- For ALB Endpoints: you can choose from these 8 combinations:
TLSv1 TLSv1.1 TLSv1.2(default)TLSv1 TLSv1.1 TLSv1.2 PFSTLSv1.1 TLSv1.2TLSv1.1 TLSv1.2 PFSTLSv1.2TLSv1.2 PFSTLSv1.2 PFS TLSv1.3(see note below comparing ciphers toTLSv1.2 PFS)TLSv1.3
PFS ensures your Endpoint’s ciphersuites support perfect forward secrecy on TLSv1.2 or earlier. TLSv1.3 natively includes perfect forward secrecy.
Note for TLSv1.2 PFS TLSv1.3, compared to ciphers for TLSv1.2 PFS, this adds TLSv1.3 ciphers and omits the following:- ECDHE-ECDSA-AES128-SHA
- ECDHE-RSA-AES128-SHA
- ECDHE-RSA-AES256-SHA
- ECDHE-ECDSA-AES256-SHA
Examples
Configuring Allowed SSL Protocols
ssl_protocols_override on the aptible_endpoint resource (see Endpoint Settings).

