Currently, when directadmin is set to use SSL, the non-SSL one will not work.
Is there anyway to make it both usable?
Or, more comprehensive, different users can be set to use the SSL one or the Non-SSL one (of course set by admin)
Because not all the users have their own SSL, now all domain name sticked to the SSL'ed directadmin has to use a different certificate in order to get it work...
If you do, please have the facility to disable normal HTTP. I don't want my users logging in using unsecure HTTP if avoidable.
What'd be nice is a redirect so that if a user accesses HTTP and should be using HTTPS, it redirects them automatically to the HTTPS rather than showing a 404.
If you do, please have the facility to disable normal HTTP. I don't want my users logging in using unsecure HTTP if avoidable.
What'd be nice is a redirect so that if a user accesses HTTP and should be using HTTPS, it redirects them automatically to the HTTPS rather than showing a 404.
I'd just have the daemon fork (split) after loading and one would listen for ssl and the other, not. I'd add a few extra options for "ssl_port" or something like that. If SSL=1, then the old un-changed would still work of course, always have to be backwards compatible
I'd just have the daemon fork (split) after loading and one would listen for ssl and the other, not. I'd add a few extra options for "ssl_port" or something like that. If SSL=1, then the old un-changed would still work of course, always have to be backwards compatible