[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: apache2 - SSL



On Tue, May 08, 2007 at 08:45:08PM -0400, Tom Allison wrote:
> 
> I set Listen 443 in ports.conf and created a self signed certificate  
> using:
> openssl req -new -x509 -nodes -days 365 -out $PEMFILE -keyout $PEMFILE
> chmod 600 $PEMFILE
> [ -e temp_file ] && rm -f temp_file
> dd if=/dev/urandom of=temp_file count=2
> openssl dhparam -rand temp_file 512 >> $PEMFILE
> 
> I then moved $PEMFILE to /etc/apache2/ssl/isengard.tacocat.net.pem
> and set
> SSLCertificateChainFile /etc/apache2/ssl/isengard.tacocat.net.pem
> in ssl.conf
> 
> And I get nothing.  Firefox returns an error -12263.
> Nothing in the error logs...
> 
Do you have verbose logging enabled?  After that, what is in the
access_log and the error_log when you try and point a web browser at it?

Regards,

-Roberto
-- 
Roberto C. Sánchez
http://people.connexer.com/~roberto
http://www.connexer.com

Attachment: signature.asc
Description: Digital signature


Reply to: