![]() |
SSL support - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Enhancements (/forum-43.html) +--- Thread: SSL support (/thread-7737.html) Pages: 1 2 |
RE: SSL support - sci2tech - 09-03-2009 11:46 PM Switching from mod_ssl to mod_gnutls shoul be only a problem of altering template. GUI and engine part will be same thing. So persons who will need gnutls will be able to do this just by changing some part tpl files. RE: SSL support - gOOvER - 09-04-2009 02:01 AM Why not integrate this into the setup? ![]() RE: SSL support - sci2tech - 09-04-2009 02:06 AM This can be done easy. RE: SSL support - Blondak - 09-04-2009 04:25 AM (09-03-2009 11:46 PM)sci2tech Wrote: Switching from mod_ssl to mod_gnutls shoul be only a problem of altering template. GUI and engine part will be same thing. So persons who will need gnutls will be able to do this just by changing some part tpl files. I think that switch from mod_ssl into mod_gnutls will need modification of GUI, at least with mod_ssl must one on single IP (or port), so i think that there must be some combobox with ip addresses and must check for conflict with existing records, but I think that we can support both of these changes, because they can coexist. "Cheap" hosting plans can use mod_gnutls and for "Expensive" hosting plans with mod_ssl on "own" IP address. Is there some code to review or some screenshots of current work? OT: Is there svn access (read-only) tu current trunk? I want make some changes to DNS management, I install 1.0.2 and I can't find DNS management support. RE: SSL support - sci2tech - 09-04-2009 04:28 AM I`ll add a switch to disable unique ip to be required in order to allow certificate to be installed. Instead ip assigned at creation will be used. RE: SSL support - Blondak - 09-04-2009 04:31 AM OK, and if this option will be saved, we can use different templates for mod_ssl and mod_gnutls based on this option. RE: SSL support - sci2tech - 09-04-2009 04:41 AM I`ll add this option to class Config, so it can be switched "on the fly" in gui. Later we can add a method to force rebuild for all config files. RE: SSL support - gOOvER - 09-04-2009 06:26 AM (09-04-2009 04:25 AM)Blondak Wrote: [quote='sci2tech' pid='60813' dateline='1251985574'] DNS Management is atm only in Trunk. It will be released with 1.0.3. 1.02 is based on 1.00. With svn we have to wait until ephigenie is back ;( RE: SSL support - ephigenie - 09-09-2009 12:42 PM Blondak got already svn access... RE: SSL support - RatS - 09-09-2009 01:33 PM One of the next Apache version will include SNITLS wait for this to implementation without mod_gnutls. Edit: Available in mod_ssl of Apache 2.2.12. |