how can I configure this
DirectAdmin appears to be using SSL. Change your script to connect to ssl://
DirectAdmin appears to be using SSL. Change your script to connect to ssl://
Moderator: wizard
Re: DirectAdmin appears to be using SSL. Change your script to connect to ssl://
Hello caguilar1,
Thank you for your post.
In order to resolve this issue, please perform the following:
1. Set the ssl_ignore_when_local to 1 in directadmin configuration.
- open /usr/local/directadmin/conf/directadmin.conf
- add the following line to file if it is not in there:
ssl_ignore_when_local=1
- restart directadmin via:
cd /usr/local/directadmin
echo "action=directadmin&value=restart" >> data/task.queue; ./dataskq d2000
2. Run command to edit lib.HTTPSocket.php (one-line)
sed -i -e 's/ $host/"127.0.0.1"/g' /usr/share/magicspam/php/lib/lib.HTTPSocket.php
3. Run command to edit magicspam-ds-sync (one-line)
sed -i -e 's|#!/bin/php|#!/bin/php -nc/usr/local/directadmin/plugins/magicspam/php.ini|g' /usr/share/magicspam/bin/magicspam-ds-sync
Please let us know if this resolves the issue or if you need any further assistance.
Thank you for your post.
In order to resolve this issue, please perform the following:
1. Set the ssl_ignore_when_local to 1 in directadmin configuration.
- open /usr/local/directadmin/conf/directadmin.conf
- add the following line to file if it is not in there:
ssl_ignore_when_local=1
- restart directadmin via:
cd /usr/local/directadmin
echo "action=directadmin&value=restart" >> data/task.queue; ./dataskq d2000
2. Run command to edit lib.HTTPSocket.php (one-line)
sed -i -e 's/ $host/"127.0.0.1"/g' /usr/share/magicspam/php/lib/lib.HTTPSocket.php
3. Run command to edit magicspam-ds-sync (one-line)
sed -i -e 's|#!/bin/php|#!/bin/php -nc/usr/local/directadmin/plugins/magicspam/php.ini|g' /usr/share/magicspam/bin/magicspam-ds-sync
Please let us know if this resolves the issue or if you need any further assistance.
-- MagicSpam Support Team --
Who is online
Users browsing this forum: No registered users and 3 guests