You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To implement SSL-Offloading you need 2 public IP addresses (one for Console Proxy and one for Secondary Storage VM) which
396
+
each of them resolve to a different FQDN and terminate at the load balancer. Also 3 global settings need to be edited.
397
+
398
+
- The setting ‘consoleproxy.url.domain’ to the FQDN used by the certificate (For example: cpvm.company.com)
399
+
- The setting ‘secstorage.ssl.cert.domain’ to the FQDN used by the cerrificate (For example: ssvm.company.com)
400
+
- The setting ‘secstorage.encrypt.copy’ to true
401
+
402
+
.. warning::
403
+
For sake of security you should block direct public access to the IP of Console Proxy and Secondary Storage VM. It is also
404
+
possible to add a fake public IP range to CloudStack which uses internal IP addresses for SystemVM use only. Please
405
+
be aware that the load balancer needs access to the used IP addresses to forward traffic.
406
+
407
+
After edited global settings mentioned above you need to recreate both System VMs by destroying them. CloudStack will recreate
408
+
them with the new settings automatically.
409
+
410
+
When using SSL-Offloading you need to configure following ports on the load balancer after adding the correct certificate to the public IP of each FQDN:
0 commit comments