Koozali.org: home of the SME Server

[solved] Disaster struck my server, server manger, webserver, mail server down

Offline cirkit

  • ****
  • 73
  • +0/-0
After 3 complete years of running , my certifacte expired today, so i followed the instructions to extend the certificate duration from contribs upto 1826 days, After reboot i lost access to server manager, http server (with 5 virtual domains) is not responding, email--pop3s and smtps is not responding, the only services which are working are FTP,SSH, I managed to log into server manger via tunneling (localhost:980) all the settings seem well, I issued reconfigue but then too no change, when i log into ssh (via putty, try to access server manager text version..it says connection refused) pl help all my domains and services are down..
« Last Edit: July 14, 2011, 10:57:05 PM by cirkit »

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Broken SSL certificates (was Re: Disaster struck my server)
« Reply #1 on: July 14, 2011, 10:47:39 PM »
This should remove all your "customised" certificates, and start afresh with a standard self-signed certificates:

Code: [Select]
rm -f /home/e-smith/ssl*/*
signal-event post-upgrade
signal-event reboot

Offline cirkit

  • ****
  • 73
  • +0/-0
Done! Thanks a million
I just want to know how does a certificate problem affect all these functionalities?

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
I just want to know how does a certificate problem affect all these functionalities?

https, pop3s, imaps, smtps - notice anything in common?

Offline cirkit

  • ****
  • 73
  • +0/-0
Yes!...The "S"--Understood

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Yes!...The "S"--Understood

The only mystery should have been http access to your websites. They were likely down because httpd (apache) failed to start because of an SSL certificate issue. Your httpd/error_log file is probably full of errors related to that. If httpd fails to start, http (port 80) and https (port 443) would both be unavailable. pop3s and smtps (annd imaps) being down should be obvious.