This topic describes the options for securing HTTP traffic into your VMware Tanzu Application Service for VMs (TAS for VMs) deployment with TLS certificates. You can configure the location where your deployment terminates TLS depending on your needs and certificate restrictions.
The Gorouter supports HTTP/HTTPS requests only. For more information about features supported by the Gorouter, see HTTP Routing.
To secure non-HTTP traffic over TCP routing, terminate TLS at your load balancer or at the app. For more information, see Enabling TCP Routing.
There are several options for terminating TLS for HTTP traffic. You can terminate TLS at the Gorouter, your load balancer, or both.
The following table summarizes TLS termination options and which option to choose for your deployment.
Note: To ensure traffic is sent to the platform securely, VMware recommends as a minimum that you terminate TLS at the Gorouter. You can optionally terminate TLS at the load balancer.
If the following applies to you: | Then configure TLS termination at: | Related topic and configuration procedure |
---|---|---|
|
Gorouter only | Terminating TLS at the Gorouter Only |
|
Load Balancer and Gorouter | Terminating TLS at the Load Balancer and Gorouter |
|
Load Balancer only | Terminating TLS at the Load Balancer Only |
The following requirements apply to the certificates you use to secure traffic into TAS for VMs:
You must obtain at least one TLS certificate for your environment.
openssl
or a similar tool.Note: Alternately, you can use the TAS for VMs Ops Manager interface to generate a certificate for you. Certificates generated in TAS for VMs are signed by the Ops Manager Certificate Authority. They are not technically self-signed, but they are sometimes referred to as "self-signed certificates" in the Ops Manager UI and throughout this documentation. For more information, see the Generating a RSA Certificate in TAS for VMs section in the Providing a Certificate for Your TLS Termination Point topic.
Certificates used in TAS for VMs must be encoded in the PEM format.
The Gorouter supports mutual TLS, and validates a client provided certificate chain against its CA certificates if one is provided in the TLS handshake, but does not require it. Depending on whether you choose to terminate at both the load balancer and the Gorouter, or at the Gorouter alone, the client certificate may be that of the load balancer or of the originating client.
The certificate on the Gorouter must be associated with the correct hostname so that HTTPS can validate the request.
If wildcard certificates are not supported for some or all of your domains, then configure termination requests at the load balancer only. In this type of deployment, the load balancer passes unencrypted traffic to the Gorouter. As a result, you avoid having to reissue and reinstall certificates on the Gorouter for every app or UAA security zone.
Extended Validation (EV) certificates support multiple hostnames, like SAN, but do not support wildcards. As the Gorouter has not been tested with EV certificates, if EV certificates are required, then terminate TLS at the load balancer only.
Given the dynamic and multi-tenant nature of TAS for VMs, VMware highly recommends using wildcard domains to avoid the need for adding an additional certificate for each app.
To support TLS v1.3, ensure that you use certificates generated with a key larger than 512 bits.
In order to support custom domains on TAS for VMs, an operator has to configure the Gorouter with a certificate that represents the domain. VMware recommends that operators add a new certificate instead of reissuing a single certificate when adding TLS support for an additional domain. Using multiple certificates provides a security benefit in that it prevents clients from discovering all the custom domains of apps running on a TAS for VMs platform.
The Gorouter supports SNI and can be configured with multiple certificates, each which may optionally include wildcard and alternative names. The Gorouter uses SNI to determine the correct certificate to present in a TLS handshake. It requires clients to support the SNI protocol by sending a server name outside the encrypted request payload. For clients that do not support SNI, the Gorouter presents a default certificate. The default is the first certificate keypair in the Gorouter’s configuration.
The Gorouter decides which certificate to provide in the TLS handshake as follows:
If a client provides an SNI header with a ServerName that matches to a configured certificate keypair, the Gorouter returns the matching certificate.
If a client provides an SNI header with a ServerName that does not match a configured certificate keypair, the Gorouter returns the default certificate.
The first certificate keypair listed is used as the default.
The Gorouter supports both RSA and ECDSA certificates in PEM encoding. In the case that a certificate chain is required, the order should be as follows: primary certificate, intermediate certificate, then root certificate.
To configure multiple HTTPS certificate keypairs for TAS for VMs, add each keypair along with a meaningful name in the applicable Certificates and private keys for the Gorouter and HAProxy fields of the Networking pane in TAS for VMs. For more information, see Configure Networking in Configuring TAS for VMs.
Some TAS for VMs components like the Gorouter support additional TLS cipher suites to accommodate older clients. As a security best practice, only configure the TLS cipher suites that you need for your deployment.
By default, the Gorouter supports the following TLS cipher suites:
TLS Version | RFC | OpenSSL |
---|---|---|
1.2 | TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | ECDHE-RSA-AES128-GCM-SHA256 |
1.2 | TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | ECDHE-RSA-AES256-GCM-SHA384 |
1.3 | TLS_AES_128_GCM_SHA256 | TLS13-AES-128-GCM-SHA256 |
1.3 | TLS_AES_256_GCM_SHA384 | TLS13-AES-256-GCM-SHA384 |
1.3 | TLS_CHACHA20_POLY1305_SHA256 | TLS13-CHACHA20-POLY1305-SHA256 |
You can override the default cipher suites in the Networking pane of the TAS for VMs tile. For more information about using custom SSL ciphers, see Gorouter Only or Load Balancer and Gorouter.
AWS Classic Load Balancers (formerly referred to as ELBs) support configuration of cipher suites for front end connections with clients only. When configuring Classic Load Balancers to forward requests to Gorouters over TLS, operators may encounter a Cipher Suite Mismatch
error. This is because the cipher suites supported by Classic Load Balancers for TLS handshakes with back ends (Gorouters in this case) are hardcoded, undocumented, and do not support the Gorouter default cipher suites.
You can configure TLS termination in one of the following ways:
Configure Classic Load Balancer listeners in TCP mode. This allows TCP connections from clients to pass through the Classic Load Balancer to Gorouters on port 443. With this configuration, Gorouters are the first point of TLS termination.
If you require TLS termination at an AWS load balancer in addition to terminating at the Gorouter, use AWS Application Load Balancers (ALBs) that support the Gorouter default cipher suites.
You cannot configure cipher suites for TLS v1.3. Gorouter only supports the defaults listed in Default Gorouter Cipher Suites.
Note: To support TLS v1.3, ensure the Gorouter is configured with certificates generated with a key larger than 512 bits.
The following cipher suites are optionally supported for TLS v1.2 only:
RFC | OpenSSL |
---|---|
TLS_RSA_WITH_AES_128_GCM_SHA256 | AES128-GCM-SHA256 |
TLS_RSA_WITH_AES_256_GCM_SHA384 | AES256-GCM-SHA384 |
TLS_ECDHE_ECDSA_WITH_RC4_128_SHA | ECDHE-ECDSA-RC4-SHA |
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA | ECDHE-ECDSA-AES128-SHA |
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA | ECDHE-ECDSA-AES256-SHA |
TLS_ECDHE_RSA_WITH_RC4_128_SHA | ECDHE-RSA-RC4-SHA |
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA | ECDHE-RSA-DES-CBC3-SHA |
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA | ECDHE-RSA-AES128-SHA |
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA | ECDHE-RSA-AES256-SHA |
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 | ECDHE-RSA-AES128-GCM-SHA256 |
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 | ECDHE-ECDSA-AES128-GCM-SHA256 |
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 | ECDHE-RSA-AES256-GCM-SHA384 |
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 | ECDHE-ECDSA-AES256-GCM-SHA384 |
TLS_RSA_WITH_AES_128_CBC_SHA256 | AES128-SHA256 |
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 | ECDHE-ECDSA-AES128-SHA256 |
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 | ECDHE-RSA-AES128-SHA256 |
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305 | ECDHE-RSA-CHACHA20-POLY1305 |
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305 | ECDHE-ECDSA-CHACHA20-POLY1305 |
The following cipher suites are optionally supported for TLS v1.0 and TLS v1.1 only:
RFC | OpenSSL |
---|---|
TLS_RSA_WITH_RC4_128_SHA | RC4-SHA |
TLS_RSA_WITH_3DES_EDE_CBC_SHA | DES-CBC3-SHA |
TLS_RSA_WITH_AES_128_CBC_SHA | AES128-SHA |
TLS_RSA_WITH_AES_256_CBC_SHA | AES256-SHA |
You can override the default cipher suites in the Networking pane of the TAS for VMs tile. For more information about using custom SSL ciphers, see Gorouter Only or Load Balancer and Gorouter.
For more information about supported ciphers, see Golang Constants in the Golang repository on GitHub and Ciphers in the OpenSSL documentation.
Note: ECDSA ciphers require a certificate and key for DSA, as opposed to RSA.
The Gorouter supports validation of client certificates in TLS handshakes with clients, also known as mutual authentication. Operators can choose whether the Gorouter requests client certificates and when requesting certificates, whether or not to require them.
By default, the Gorouter requests but does not require client certificates in TLS handshakes.
To configure Gorouter behavior for handling client certificates, select one of the options in the Gorouter behavior for client certificate validation field of the Networking pane in TAS for VMs:
The Gorouter does not request client certificates: Client certificates are not requested, so the client does not provide them, and validation of client certificates does not occur. This option is incompatible with the TLS termination point option Gorouter because this option requires mutual authentication.
The Gorouter requests but does not require client certificates: The Gorouter requests client certificates in TLS handshakes and validates them when presented, but does not require them. This is the default configuration.
The Gorouter requires client certificates: The Gorouter validates that the client certificate is signed by a Certificate Authority that the Gorouter trusts. If the Gorouter cannot validate the client certificate, the TLS handshake fails.
The behavior controlled by this property is global; it applies to all requests received by Gorouters so configured.
If the Gorouter is the first point of TLS termination (your load balancer does not terminate TLS, and passes the request through to Gorouter over TCP), consider:
Only the The Gorouter does not request client certificates option should be used with TAS for VMs, as the Gorouters in TAS for VMs receive requests for the system domain. Many clients of Ops Manager platform APIs do not present client certificates in TLS handshakes, so the first point of TLS termination for requests to the system domain must not request them.
All options may be used for Gorouters deployed with the Isolation Segment tile, as these only receive requests for app domains.
The The Gorouter requests but does not require client certificates and The Gorouter requires client certificates options trigger browsers to prompt users to select a certificate if the browser is not already configured with a certificate signed by one of the CAs configured for the Gorouter.
If the Gorouter is not the first point of TLS termination, this property can be used to secure communications between the load balancer and Gorouter. The Gorouter must be configured with the CA used to sign the client certification the load balancer presents.
Caution: Requests to the platform fail upon upgrade if your load balancer is configured to present a client certificate in the TLS handshake with the Gorouter but the Gorouter has not been configured with the certificate authority used to sign it. To mitigate this issue, select The Gorouter does not request client certificates or configure the Gorouter with the appropriate CA.
In this configuration, the load balancer does not terminate TLS for TAS for VMs domains at all. Instead, it passes through the underlying TCP connection to the Gorouter.
VMware recommends this more performant option, establishing and terminating a single TLS connection.
The following diagram illustrates communication between the client, load balancer, Gorouter, and app.
Traffic passes from the encrypted client, to the load balancer, to the router, and traffic terminates at the app. Traffic between the load balancer and the Gorouter is encrypted only if the client request is encrypted.
Note: Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.
If you terminate TLS at the Gorouter only, your load balancer does not send HTTP headers.
The Gorouter appends the X-Forwarded-For
and X-Forwarded-Proto
headers to requests forwarded to apps and platform system components.
X-Forwarded-For
is set to the IP address of the source. Depending on the behavior of your load balancer, this may be the IP address of your load balancer. For the Gorouter to deliver the IP address of the client to apps, configure your load balancer to forward the IP address of the client or configure your load balancer to send the client IP address using the PROXY protocol.
X-Forwarded-Proto
provides the scheme of the HTTP request from the client. The scheme is HTTP if the client made a request on port 80 (unencrypted) or HTTPS if the client made a request on port 443 (encrypted). The Gorouter sanitizes the X-Forwarded-Proto
header based on the settings of the router.sanitize_forwarded_proto
and router.force_forwarded_proto_https
manifest properties as follows:
router.sanitize_forwarded_proto: true
and router.force_forwarded_proto_https: true
: The Gorouter sets the value of X-Forwarded-Proto
header to HTTPS
in requests forwarded to back ends.
router.sanitize_forwarded_proto: true
and router.force_forwarded_proto_https: false
: The Gorouter strips the X-Forwarded-Proto
header when present in requests from front end clients. When the request is received on port 80 (unencrypted), the Gorouter sets the value of this header to HTTP
in requests forwarded to back ends, When the request is received on port 443 (encrypted), the Gorouter sets the value of this header to HTTPS
.
router.sanitize_forwarded_proto: false
and router.force_forwarded_proto_https: true
: The Gorouter passes through the header as received from the load balancer, without modification.
router.sanitize_forwarded_proto: false
and router.force_forwarded_proto_https: false
: The Gorouter passes through the header as received from the load balancer, without modification.
Note: If you configured TLS to terminate at the Gorouter only, VMware recommends setting router.sanitize_forwarded_proto: true
and router.force_forwarded_proto_https: false
to secure against header spoofing.
For more information about HTTP headers in TAS for VMs, see HTTP Headers in HTTP Routing. For more information about configuring the forwarding of client certificates, see Forward Client Certificate to Apps in HTTP Routing.
To configure SSL termination on the Gorouter in TAS for VMs:
Configure your load balancer to pass through TCP requests from the client to the Gorouter.
Navigate to the Ops Manager Installation Dashboard.
Click the TAS for VMs tile.
Select Networking.
For TAS for VMs deployments on OpenStack or vSphere, choose IP addresses for the Gorouters from the subnet configured for Ops Manager and enter them in the Gorouter IPs field. Then configure your load balancer to forward requests for the above domains to these IP addresses. For more information, see Configure Networking in Configuring TAS for VMs.
Under Certificates and private keys:
In the Minimum version of TLS supported by the Gorouter, select the minimum version of TLS to use in Gorouter communications. The Gorouter uses TLS v1.2 by default. If you need to accommodate clients that use an older version of TLS, select a lower minimum version. For a list of TLS ciphers supported by the Gorouter, see Cipher Suites.
Under TLS termination point, select Gorouter.
To use a specific set of TLS ciphers for the Gorouter, configure TLS cipher suites for the Gorouter. Enter an ordered, colon-separated list of TLS cipher suites in the OpenSSL format. For example, if you have selected support for an earlier version of TLS, enter cipher suites supported by this version. For a list of TLS ciphers supported by the Gorouter, see Cipher Suites. Otherwise, leave the default values in this field.
(Optional) If you do not want the Gorouter to accept any non-encrypted HTTP traffic, select the Disable HTTP on the Gorouter checkbox.
Click Save.
Select Resource Config.
Click Save.
In this configuration, your load balancer terminates TLS and passes unencrypted traffic to the Gorouter, which routes it to your app. Traffic between the load balancer and the Gorouter is not encrypted.
VMware recommends this option if you cannot use SAN certificates and if you do not require traffic to be encrypted between the load balancer and the Gorouter.
The following diagram illustrates communication between the client, load balancer, Gorouter, and app.
Traffic starts at the encrypted client, passes through the load balancer to the router, and terminates at the app. Traffic is not encrypted past the load balancer.
Note: Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.
If you terminate TLS at your load balancer, you must also configure the load balancer to append the X-Forwarded-For
and X-Forwarded-Proto
HTTP headers to the HTTP traffic it passes to the Gorouter.
For more information about HTTP headers in TAS for VMs, see HTTP Headers in HTTP Routing. If you are configuring the forwarding of client certificates, see Forward Client Certificate to Apps in HTTP Routing.
To configure SSL termination on the load balancer only in TAS for VMs:
Create an A record in your DNS that points to your load balancer IP address. The A record associates the System domain and Apps domain that you configure in the Domains pane of the TAS for VMs tile with the IP address of your load balancer.
For example, with pcf.example.com
as the main subdomain for your Ops Manager deployment and a load balancer IP address 198.51.100.1
, you must create an A record in your DNS that serves example.com
and points *.pcf
to 198.51.100.1
.
Name | Type | Data | Domain |
---|---|---|---|
*.pcf | A | 198.51.100.1 | example.com |
Navigate to the Ops Manager Installation Dashboard.
Click the TAS for VMs tile.
Select Networking.
For TAS for VMs deployments on OpenStack or vSphere, choose IP addresses for the Gorouters from the subnet configured for Ops Manager and enter them in the Gorouter IPs field. Then configure your load balancer to forward requests for the above domains to these IP addresses. For more information, see Configure Networking in Configuring TAS for VMs.
In the Certificates and private keys for the Gorouter field, click the Add button to define one certificate keypair for the Gorouter. Since you have opted for unencrypted traffic behind the load balancer, then you can generate an RSA certificate in TAS for VMs.
In the Minimum version of TLS supported by the Gorouter, select the minimum version of TLS to use in communications. If you need to accommodate clients that use an older version of TLS, select a lower minimum version. For a list of TLS ciphers supported by the Gorouter, see Cipher Suites.
Under TLS termination point, select Infrastructure load balancer.
To use a specific set of TLS ciphers for Gorouter, configure TLS cipher suites for Gorouter. Enter an ordered, colon-separated list of TLS cipher suites in the OpenSSL format. For example, if you have selected support for an earlier version of TLS, enter cipher suites supported by this version. Otherwise, leave the default values in this field.
(Optional) If you do not want the Gorouter to accept any non-encrypted HTTP traffic, enable the Disable HTTP on the Gorouter checkbox.
Click Save.
After you complete the configuration in TAS for VMs, add your certificate or certificates to your load balancer and configure its listening port. The procedures vary depending on your IaaS.
Configure your load balancer to append the X-Forwarded-For
and X-Forwarded-Proto
headers to client requests.
If the load balancer cannot be configured to provide the X-Forwarded-For
header, the Gorouter appends it in requests forwarded to apps and system components, set to the IP address of the load balancer.
Note: If the load balancer accepts unencrypted requests, it must provide the X-Forwarded-Proto
header. Conversely, if the load balancer cannot be configured to send the X-Forwarded-Proto
header, it should not accept unencrypted requests. Otherwise, apps and platform system components that require encrypted client requests accept unencrypted requests when they should not accept them.
In this configuration, two TLS connections are established: one from the client to the load balancer, and another from the load balancer to the Gorouter. This configuration secures all traffic between the load balancer and the Gorouter.
The following diagram illustrates communication between the client, load balancer, Gorouter, and app.
Traffic starts at the encrypted client, moves through the load balancer to the router, and terminates at the unencrypted app. Traffic is encrypted between the client and load balancer, and between the load balancer and router.
This option is less performant, but allows for termination at a load balancer, as well as secure traffic between the load balancer and the Gorouter.
Note: Traffic between the Gorouter and app is encrypted with TLS, unless a Windows stemcell is being used.
In this deployment scenario, the following guidelines apply:
Certificates for the TAS for VMs domains must be stored on the load balancer, as well as on the Gorouter.
Generate certificates for your load balancer and the Gorouter with different keys. If the key for the certificate on the Gorouter is compromised, then the certificate on the load balancer is not at risk, and vice-versa.
If you choose to host only one certificate on the Gorouter and many on your load balancer, configure your load balancer with the CA and hostname with which to validate the certificate hosted by the Gorouter.
Hostname verification between the load balancer and the Gorouter is unnecessary when the load balancer is already configured with the Gorouter’s IP address to correctly route the request.
If the load balancer uses DNS resolution to route requests to the Gorouters, then you should enable hostname verification.
If you terminate TLS at your load balancer, you must configure the load balancer to append the X-Forwarded-For
and X-Forwarded-Proto
HTTP headers to requests it sends to the Gorouter.
If you terminate TLS at your load balancer but it does not support HTTP, such that it cannot append HTTP headers, a workaround exists. You should use this workaround only if your load balancer does not accept unencrypted requests. Configure your load balancer to send the client IP address using the PROXY protocol, and enable PROXY in the Gorouter. As the X-Forwarded-Proto
header is stripped, configure the Gorouter to force-set this header to ‘HTTPS’.
For more information about HTTP headers in TAS for VMs, see HTTP Headers in HTTP Routing. If you are configuring the forwarding of client certificates, see Forward Client Certificate to Apps in HTTP Routing.
To configure SSL termination on the Gorouter and load balancer in TAS for VMs:
Create an A record in your DNS that points to your load balancer IP address. The A record associates the System domain and Apps domain that you configure in the Domains pane of the TAS for VMs tile with the IP address of your load balancer.
For example, with pcf.example.com
as the main subdomain for your Ops Manager deployment and a load balancer IP address 198.51.100.1
, you must create an A record in your DNS that serves example.com
and points *.pcf
to 198.51.100.1
.
Name | Type | Data | Domain |
---|---|---|---|
*.pcf | A | 198.51.100.1 | example.com |
Navigate to the Ops Manager Installation Dashboard.
Click the TAS for VMs tile.
Select Networking.
For TAS for VMs deployments on OpenStack or vSphere:
Under Certificates and private keys:
In the Minimum version of TLS supported by the Gorouter, select the minimum version of TLS to use in Gorouter communications. The Gorouter uses TLS v1.2 by default. If you need to accommodate clients that use an older version of TLS, select a lower minimum version. For a list of TLS ciphers supported by the Gorouter, see Cipher Suites.
To use a specific set of TLS ciphers for the Gorouter, configure TLS cipher suites for the Gorouter. Enter an ordered, colon-separated list of TLS cipher suites in the OpenSSL format. For example, if you have selected support for an earlier version of TLS, enter cipher suites supported by this version. For a list of TLS ciphers supported by the Gorouter, see Cipher Suites. Otherwise, leave the default values in this field.
Under TLS termination point, select any of the available options depending on your client app needs. For more information about XFCC header forwarding, see Forward Client Certificate to Apps in HTTP Routing.
(Optional) If you do not want the Gorouter to accept any non-encrypted HTTP traffic, select the Disable HTTP on the Gorouter checkbox.
Click Save.
After you complete the configuration in TAS for VMs, add your certificate or certificates to your load balancer and configure its listening port. The procedures vary depending on your IaaS.
Configure your load balancer to append the X-Forwarded-For
and X-Forwarded-Proto
headers to client requests.
If you cannot configure the load balancer to provide the X-Forwarded-For
header, the Gorouter appends it in requests forwarded to apps and system components, set to the IP address of the load balancer.
Note: If the load balancer accepts unencrypted requests, it must provide the X-Forwarded-Proto
header. Conversely, if the load balancer cannot be configured to send the X-Forwarded-Proto
header, it should not accept unencrypted requests. Otherwise, apps and platform system components that require encrypted client requests accept unencrypted requests when they should not accept them.