Looking into RackSpace SSL termination and realizing the API to configure SSL termination is extremely bare.
Before I get started writing a client, does anyone know if there is something out there already? Similar to raxmon for the Monitoring?
|
Looking into RackSpace SSL termination and realizing the API to configure SSL termination is extremely bare. Before I get started writing a client, does anyone know if there is something out there already? Similar to raxmon for the Monitoring? |
|||
|
|
If you are using Python, you can use pyrax, the Rackspace Python language bindings, which abstracts the API commands necessary to enable SSL offloading on a Cloud Loadbalancer. There is a sample script provided here that you can use as a template. Alternatively, the Rackspace Control Panel allows you to enable SSL offloading via the UI. |
|||
|