Ver Mensaje Individual
  #1 (permalink)  
Antiguo 04/12/2002, 11:36
Avatar de Phobos
Phobos
 
Fecha de Ingreso: abril-2001
Ubicación: sentado frente a un pc prestado
Mensajes: 375
Antigüedad: 23 años
Puntos: 2
SSL sobre apache

Hola
este mensaje lo puse en el foro de Sistemas Operativos pero no me contestaron. espero tener mas suerte aca...

al fin logre instalar el SSL y no me funciona, me sale el error 400 y el siguiente mensaje

Your browser sent a request that this server could not understand.
Request header field is missing colon separator.


1.1


ahora cuando en el httpd.conf tengo esto
Port 443
Listen 80
Listen 443
ServerName todonet-joan
DocumentRoot c:\apache\htdocs\seguro\

se ve el sitio y no se cae y cuando agrego esto

SSLMutex sem
SSLRandomSeed startup builtin
SSLSessionCache none

SSLLog logs/SSL.log
SSLLogLevel warn
#Posteriormente puedes cambiar "info" a "warn" si todo sale bien


SSLEngine On
SSLCertificateFile conf/ssl/phobos.cert
SSLCertificateKeyFile conf/ssl/phobos.key

me sale el 400


que sera?

ah el SO es Win2k

saludos