1.) Enable SSL in the user packages.
2.) I don't know.
cd /usr/local/directadmin/data/users
files=`find . -name "user.conf"`; for file in $files; do sed -i $file -e "s,ssl=OFF,ssl=ON,g"; done;
It workedIf the last one is the case, so they have SSL but it's still disabled in their domain setup, try this via ssh for exising users:
If enabled in the user package, it should also be enabled by default when creating a new user.Code:cd /usr/local/directadmin/data/users files=`find . -name "user.conf"`; for file in $files; do sed -i $file -e "s,ssl=OFF,ssl=ON,g"; done;
https://admin.site-helper.com/messagesystem.html unless it's old