Signed Certificate Showing Wrong Date

I just created a fresh Openfire install. I got the generated certs signed, but I’ve noticed several things wrong:

  1. When I go to the admin interface with https (https://chat.commitmenttitle.com:9091), it does not work.
  2. I get the error “Found RSA certificate that is not valid for the server domain.”
  3. The expiry date is listed in Openfire as 2017, the cert actually expires in 2011.
  4. The DSA reply algorithim is “RSA” according to the console.

How can I troubleshoot this? I can provide temporary admin access to a dev if needed.

This could be part of the issue. I saw this in Openfire’s error log:

[org.jivesoftware.openfire.http.HttpBindManager.createSSLConnector(HttpBindManag er.java:174)] Error creating SSL connector for Http bind java.io.IOException

Seems to indicate another service running that is using that port. Commands, ‘lsof’ or ‘netstat -lpn’ should say (linux).