Ver Mensaje Individual
  #1 (permalink)  
Antiguo 02/12/2002, 13:49
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
Apche y SSL en win2k

Hola
he estado instalando toda la tarde el ssl y al fin lo logre pero 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?


saludos