ispCP - Board - Support
SSL for Single Domain - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: SSL for Single Domain (/thread-7708.html)



SSL for Single Domain - viperiii - 08-31-2009 05:20 AM

Unfortunately the search for SSL is a bit difficult being it is under 4 characters..

I want to implement a self signed cert and accept ssl for a single domain I'm hosting... also want the ability if I choose to add ssl to other domains as well if I choose...

Don't really care if the main domain and administration is ssl at this time primarily... just the client domain that is being hosted...

Need to test some membership subscription scripts and this is causing me not to be able to test it fully... grrr...
Not ISP-CP fault but Don't need yet another hosting server.


RE: SSL for Single Domain - kilburn - 08-31-2009 07:35 AM

For now you'll have to setup apache manually. We (sci2tech) is working on implementing full SSL support as you define it, so the feature should be in trunk soon, and on the next major stable release...


RE: SSL for Single Domain - viperiii - 08-31-2009 10:28 AM

humm.... what would be a manual way to make it work... really gets messy with the isp-con settings in the virtual domains...


RE: SSL for Single Domain - kilburn - 08-31-2009 04:16 PM

The manual way implies copying the virtualhost you want ssl-enabled to a new /etc/apache/sites-available/ssl.conf (for example). Thereafter, replace the ":80" by ":443", create the keys, add the corresponding SSL directives, and enable the new configuration through "a2ensite ssl.conf".