I've had zpanel working with SSL without issue on one of my old cluster builds via SSL offload to the front end load balancer.
I changed up some of the old zpanel code to pull the gravatar locally, and did a find for any hard coded http:// references.
Only thing that needs to be added is the ability to generate CSR, and load SSL certs via the panel interface so the end users can do this, right now as you know it is a manual process for us if the client isn't in a clustered setup where we offload SSL to the load balancers.
But I would think this could be done with a module with minimal changes to the Sentora code.
I changed up some of the old zpanel code to pull the gravatar locally, and did a find for any hard coded http:// references.
Only thing that needs to be added is the ability to generate CSR, and load SSL certs via the panel interface so the end users can do this, right now as you know it is a manual process for us if the client isn't in a clustered setup where we offload SSL to the load balancers.
But I would think this could be done with a module with minimal changes to the Sentora code.