Re: problem setting up apache-ssl (can't read certificate)

2004-06-23 Thread Benedict Verheyen
Micha Feigin wrote: > I am trying to setup apache-ssl. The server fails to start with the > error (in the log file): > > [Wed Jun 23 16:12:04 2004] [crit] Error reading server certificate > file /etc/apache-ssl/apache.pem [Wed Jun 23 16:12:04 2004] [crit] > error:0906D06C:PEM routines:PEM_read_bio

Re: problem setting up apache-ssl (can't read certificate)

2004-06-23 Thread Marco Paganini
Hi Micha, Is that really a cert? Try: openssl x509 -in filename_of_the_cert.pem -text And see if it outputs something. Regards, Paga On Wed, Jun 23, 2004 at 04:15:25PM +0300, Micha Feigin wrote: > I am trying to setup apache-ssl. The server fails to start with the > error (in the log file): >

problem setting up apache-ssl (can't read certificate)

2004-06-23 Thread Micha Feigin
I am trying to setup apache-ssl. The server fails to start with the error (in the log file): [Wed Jun 23 16:12:04 2004] [crit] Error reading server certificate file /etc/apache-ssl/apache.pem [Wed Jun 23 16:12:04 2004] [crit] error:0906D06C:PEM routines:PEM_read_bio:no start line I tried recrea