I'm going to ignore nicsopon's post because I think he's incorrect.
I'm going to agree with you that when you type the following into your browser:
Code:
http://server3.lighthost.co.il:2222
You do get a redirection to
Code:
https://server3.lighthost.co.il:2222
But I disagree that when from a secure login, once in the DirectAdmin control panel, you click on phpMyAdmin, you are redirected to
Code:
http://server3.lighthost.co.il/phpmyadmin
I believe you get directed to:
Code:
https://server3.lighthost.co.il/phpmyadmin
Because a secure login generally leads to a secure login.
So I typed the following into my browser:
Code:
https://server3.lighthost.co.il/phpmyadmin
and I got a warning of a self-signed Certificate, which means that though you think you've installed the Certificate properly, you haven't.
What you need to do is find the default apache configuration. On machines running apache 1.x it should be in /etc/httpd/conf/httpd.conf. On machines running apache 2.x it should be in /etc/httpd/conf/extra/httpd-ssl.conf.
In both cases you're looking for these lines:
SSLCertificateFile
and
SSLCertificateKeyFile
Both of these need to point to the files where you installed the proper file for your DirectAdmin Certificate. Then restart apache.
If you can't follow this, or if it doesn't work for you, then for some reason your system isn't set up as the default. In that case, then you can hire someone to figure it out for you.
Note that for years we've been selling Secure Certificates with Multiple installs for less than most companies charge for Certificates you need to install yourself.
Jeff