Can't Secure Login on cPanel DNS Only

dencow

Registered
Jul 11, 2004
3
0
151
Hello all,
I have trouble in using cPanel DNS Only. I just installing the cPanel DNS Only on VPS but I am unable to login to WHM using secure connection (https).
Here what I got when I restarting cPanel service:

Code:
[root@myserver downloads]# service cpanel restart
Stopping cPanel services:                                  [  OK  ]
Stopping pop3 services:                                    [  OK  ]
Stopping cPanel log services:                              [FAILED]
Stopping cPanel Chat services:                             [FAILED]
Stopping Melange Chat services:                            [FAILED]
Stopping InterChange services:                             [FAILED]
Stopping cPanel ssl services:                              [  OK  ]

Starting eximstats: execvp: No such file or directory
                                                           [FAILED]
Starting cPanel services:                                  [  OK  ]
Starting cPanel Log services: execvp: No such file or directory
                                                           [FAILED]
Starting pop3 services:                                    [  OK  ]
Starting cPanel Chat services: execvp: No such file or directory
                                                           [FAILED]
Starting Melange Chat services: execvp: No such file or directory
                                                           [FAILED]
Starting cPanel ssl services:                              [FAILED]

The server is on fresh Virtuozzo VPS with Centos 4.4 installed.

Here what I got from netstat:

Code:
[root@myserver downloads]# netstat -tap
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address               Foreign Address             State       PID/Program name
tcp        0      0 *:pop3s                     *:*                         LISTEN      15742/xinetd
tcp        0      0 *:2086                      *:*                         LISTEN      17534/cpsrvd - wait
tcp        0      0 *:pop3                      *:*                         LISTEN      15742/xinetd
tcp        0      0 *:http                      *:*                         LISTEN      15762/httpd
tcp        0      0 75.126.85.170-static:domain *:*                         LISTEN      3944/named
tcp        0      0 myserver.etmsvr.com :domain *:*                         LISTEN      3944/named
tcp        0      0 localhost:domain            *:*                         LISTEN      3944/named
tcp        0      0 *:ftp                       *:*                         LISTEN      15742/xinetd
tcp        0      0 *:ssh                       *:*                         LISTEN      15728/sshd
tcp        0      0 localhost:rndc              *:*                         LISTEN      3944/named
tcp        0      0 *:smtp                      *:*                         LISTEN      15742/xinetd
[root@myserver downloads]#
From that information, cpsrvd only listening on port 2086 (non SSL).

I have doing some searching on this forum and do some googling but I unable to found the answer. :confused:

Because the server are not listen to https port (2087), the clustering add request is returning this message:

Code:
There was an error while processing your request: Cpanel::Accounting returned [HTTP/1.0 900 NET OR SSL ERROR ./cgi/trustclustermaster.cgi 27365: open_tcp_connection: failed `75.126.85.170', 2087 (Connection refused) ]

Please help me.