DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
The SSL termination (SSL offloading) feature was introduced in Apache CloudStack 4.13.
Bug: https://issues.apache.org/jira/browse/CLOUDSTACK-4821
FS: https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSL+Termination+Support
However, this feature is only implemented for Citrix Netscaler by commit https://github.com/apache/cloudstack/commit/0076307
This improvement derives from a feature design in Apache CloudStack 4.15: VR haproxy customization in CloudStack (which is not merged)
This improves SSL offloading feature which includes
This described some details of the implementation
None.
The protocol MUST be "SSL"
Choose a certificate
If protocol is not SSL, click "Edit", change protocol to "SSL"
Click "Manage Certificate" to assign a certificate
OR remove the current certificate
The
example of haproxy.cfg
This is automated by test/integration/smoke/test_ssl_offloading.py
- (Optional) Generate self-signed certificate
# 1. Create isolated network and vm instance
# 2. create LB with port 80 -> 80, verify the website (should get expected content)
# 3. create LB with port 443 -> 80, verify the website (should not work)
# 4. add cert to LB with port 443
# 5. verify the website (should get expected content)
# 6. remove cert from LB with port 443
# 7. delete SSL certificate