Web Hosting Talk







View Full Version : Apache 1.3.20 Upgrade: Invalid certificates for main site error


PLE
06-15-2001, 12:58 PM
Just upgraded my RaQ3 to Apache 1.3.20 (incl. mod_perl/1.25 mod_auth_pam/1.0a mod_ssl/2.8.4 OpenSSL/0.9.6a) using the instructions from here (http://www.sakuralover.com/raq3/upgrade_raq3.htm).

Everything works fine except there is a SSL error message after I start the adminserver.

# /etc/rc.d/init.d/admserv start
Starting admin web server:
Invalid certificates for main site -- Not starting SSL
/usr/sbin/httpd

# /etc/rc.d/init.d/httpd start
Setting up Web Service: /usr/sbin/httpd

Any idea what this cause?

Thanks,
Philipp

PLE
06-15-2001, 01:06 PM
Found another error:

# httpd -l
Compiled-in modules:
http_core.c
mod_mmap_static.c
mod_env.c
mod_define.c
mod_log_config.c
mod_log_agent.c
mod_log_referer.c
mod_mime_magic.c
mod_mime.c
mod_negotiation.c
mod_status.c
mod_info.c
mod_include.c
mod_autoindex.c
mod_dir.c
mod_cgi.c
mod_asis.c
mod_imap.c
mod_actions.c
mod_speling.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_access.c
mod_auth.c
mod_auth_anon.c
mod_auth_db.c
mod_digest.c
mod_proxy.c
mod_cern_meta.c
mod_expires.c
mod_usertrack.c
mod_example.c
mod_unique_id.c
mod_so.c
mod_setenvif.c
mod_ssl.c
mod_auth_pam.c
mod_define.c
mod_perl.c
suexec: disabled; invalid wrapper /usr/bin/suexec

cheatman
06-15-2001, 03:02 PM
you might be getting the invalid certificate error because you have SSL enabled on the domain but do not have a certificate or need to renter the information for your certificate on that site via the /siteadmin control panel

PLE
06-16-2001, 08:41 AM
I received in the meantime a email from the author of the upgrade instructions. It seems like both error messages are normal:

1) Because there is no certificate installed
2) Because there is no suexec in /usr/bin but I can make a symbolic link to the file if I need suexec.