Ok, I've searched all over the forum for most of this day without success. I tried to install a .crt and .key for a domain with a dedicated IP and it broke https for all of my domains.
I tried killing stunnel and then restarting cpanel with no luck. I added my version of stunnel to the stopstunnel script in /usr/local/cpanel/etc/init, ran that script and then restarted cpanel. But https stil won't work for any of my domains.
Thanks.
I tried killing stunnel and then restarting cpanel with no luck. I added my version of stunnel to the stopstunnel script in /usr/local/cpanel/etc/init, ran that script and then restarted cpanel. But https stil won't work for any of my domains.
Code:
[email protected] [/usr/local/cpanel/etc/init]# less stopstunnel
#!/usr/bin/perl
killstunnel();
sub killstunnel {
system("/scripts/ckillall -9 stunnel");
system("/scripts/ckillall -9 stunnel-3.22local");
system("/scripts/ckillall -9 stunnel-4.00local");
system("/scripts/ckillall -9 stunnel-4.02local");
system("/scripts/ckillall -9 stunnel-4.04local");
system("/scripts/ckillall -9 stunnel-4.05local");
}
Any suggestions? I have some very angry customers.[email protected] [/usr/local/cpanel/etc/init]# service cpanel restart
Stopping cPanel services: [ OK ]
Stopping pop3 services: [ OK ]
Stopping cPanel log services: [ OK ]
Stopping cPanel Chat services: [FAILED]
Stopping Melange Chat services: [FAILED]
Stopping InterChange services: [FAILED]
Stopping cPanel ssl services: [ OK ]
Stopping mailman services: Shutting down Mailman's master qrunner
Starting eximstats: [ OK ]
Starting cPanel services: [ OK ]
Starting cPanel Log services: [ OK ]
Starting pop3 services: [ OK ]
Starting cPanel Chat services:
Starting Melange Chat services:
Starting cPanel ssl services: [ OK ]
Starting mailman services: Starting Mailman's master qrunner.
Thanks.
Last edited: