Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information about VPC, see xref:virtual-private-cloud.adoc[Virtual Private C

== Load Balancing

CloudHub provides a load balancing service for all integrations. You can use the default load balancing service or obtain a xref:cloudhub-dedicated-load-balancer.adoc[dedicated load balancer].
CloudHub provides a load balancing service for all integrations. You can use the default load balancing service or obtain a xref:cloudhub-dedicated-load-balancer.adoc[dedicated load balancer]. For TLS version requirements and JVM TLS configuration when using the shared load balancer, see xref:dedicated-load-balancer-tutorial.adoc#shared-load-balancers[Shared Load Balancers].

The CloudHub load balancing service does round robin load distribution across workers, which allows workers to scale linearly as they receive more requests. The load balancing service also provides transparent switchover when an application is upgraded. See xref:managing-applications-on-cloudhub.adoc[Manage Applications on CloudHub].

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ifndef::env-site,env-github[]
include::_attributes.adoc[]
endif::[]
:page-aliases: runtime-manager::dedicated-load-balancer-tutorial.adoc
:page-notice-banner-message: <p>Support for TLS 1.1 and earlier ends soon. For <b>Dedicated Load Balancers (DLBs)</b>, support ends on <b>October 2, 2025</b> for new DLBs and on <b>January 31, 2026</b> for existing DLBs.<br/>For <b>CloudHub Shared Load Balancers (SLBs)</b>, support ends on <b>October 17, 2025</b>. Update your DLB and SLB configurations to use <b>TLS 1.2 or later</b> to prevent service interruptions.</p>
:page-notice-banner-message: <p>TLS 1.1 and earlier are no longer supported on <b>Dedicated Load Balancers (DLBs)</b> and <b>CloudHub Shared Load Balancers (SLBs)</b>. Use <b>TLS 1.2 or later</b> in your configuration.</p>

CloudHub provides two types of load balancers:

Expand All @@ -26,7 +26,14 @@ If an application exceeds the rate limit for a shared load balancer, the load ba

To perform custom load balancer configuration or have higher rate limit thresholds, you must use a dedicated load balancer.

The shared load balancer supports TLS 1.2.
The shared load balancer supports only TLS 1.2. It doesn't support TLS 1.3.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

think that saying "It doesn't support TLS 1.3." is obvious and shouldn't be included and moreover as you're mentioning the IMPORTANT note below.


[IMPORTANT]
--
If your application uses only TLS 1.3, for example `jdk.tls.client.protocols=TLSv1.3`, connectivity to internal MuleSoft subsystems that use TLS 1.2 fails. Handshake exceptions or connection failures can occur.

Keep TLS 1.2 enabled in your application configuration. For compatibility with the shared load balancer and platform services, set `jdk.tls.client.protocols=TLSv1.2,TLSv1.3`.
--

== Dedicated Load Balancers

Expand All @@ -40,7 +47,7 @@ This enables you to host your applications under a single domain.
* Enable HTTP Streaming via the API in CloudHub.
+
[NOTE]
The uploaded file size cannot be over 1000MB.
The uploaded file size can't be over 1000MB.

Dedicated load balancers are an optional component of Anypoint Platform.

Expand Down