Informática en general > Servidores
Servidor https
lair:
--- Cita de: "m0skit0" ---Creo que tienes que ponerle un módulo de SSH a Apache... Siento no poder ayudarte más, pero estoy un poco verde en Apache :alien:
--- Fin de la cita ---
Gracias m0skit0 por tu interes, y si, el modulo que se requiere para que funcione el https es precisamente el ssl, el cual creo que se carga junto con el archivo de configuracion /etc/httpd/conf.d/ssl.conf, ahi viene la inclusion de ese modulo, intente colocarlo en el archivo de configuracion de apache /etc/httpd/conf/httpd.conf, pero al reiniciar me retorna un warning, con lo que veo que el modulo si se esta cargando correctamente, la cuestion aqui es que mi configuracion esta mal y no se en que estoy fallando.
Este es el warning
--- Código: Text ---Parando httpd: [ OK ]Iniciando httpd: [Tue Oct 06 10:23:47 2009] [warn] module ssl_module is already loaded, skipping
por tu ayuda nuevamente muchas gracias.
nmaxcom:
Googleando un poco he visto estos tips:
--- Citar ---Error code: ssl_error_rx_record_too_long
This usually means the implementation of SSL on your server is not correct. The error is usually caused by a server side problem which the server administrator will need to investigate.
Below are some things we recommend trying.
- Ensure that port 443 is open and enabled on your server. This is the standard port for https communications.
- If SSL is using a non-standard port then FireFox 3 can sometimes give this error. Ensure SSL is running on port 443.
- If using Apache2 check that you are using port 443 for SSL. This can be done by setting the ports.conf file as follows
— clip —
Listen 80
Listen 443 https
— clip —
- Make sure you do not have more than one SSL certificate sharing the same IP. Please ensure that all SSL certificates utilise their own dedicated IP.
- If using Apache2 check your vhost config. Some users have reported changing <VirtualHost> to _default_ resolved the error.
--- Fin de la cita ---
Googlea http://www.google.es/search?q=ssl_error ... =firefox-a
Navegación
[*] Página Anterior
Ir a la versión completa