Re: SSL Usages in CloudStack

2014-10-17 Thread Nitin Mehta
For Apache server as pointed by Sheng here are some pointers. Its used in the following scenarios(though SSL by default is disabled). * Console view of virtual machines available through Console Proxy virtual machine (CPVM) * Copy Template available through Secondary Storage virtual machine (SSVM)

Re: SSL Usages in CloudStack

2014-10-17 Thread Sheng Yang
There are two places uses SSL. Apache server and sockets. For sockets, all the code are in Link.java, NioServer/NioClient/NioConnection etc. I don't know much about Apache server one, which should be used in CPVM and download template etc. --Sheng On Thu, Oct 16, 2014 at 10:00 PM, Santhosh Eduk

SSL Usages in CloudStack

2014-10-16 Thread Santhosh Edukulla
Team, Can you please point out the areas where ssl is used in CloudStack? EX: Agent communications, ssvm, cpvm, template download etc? as well pointers to corresponding modules for these? Regards, Santhosh