Buenas.
He instalado Nessus en una VM Kali Linux. El servicio está corriendo, y cuando apunto a https://localhost:8834/, Iceweasel me dice:
SSL received a record that exceeded the maximum permissible length.
(Error code: ssl_error_rx_record_too_long)
The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
Please contact the website owners to inform them of this problem. Alternatively, use the command found in the help menu to report this broken site.
Esperaba una advertencia de seguridad que pudiera agregar a excepciones, pero se me queda aquí.
¿alguna idea?
Gracias!
El servicio HTTPS trabaja con el puerto 443, deberías modificarlo en su archivo de configuración.
Como alternativa aqui te dejo otras posibles soluciones: https://stackoverflow.com/questions/2538723/ssl-received-a-record-that-exceeded-the-maximum-permissible-length-error-code
Saludos
You are not allowed to view links.
You are not allowed to view links.
Register or Login or You are not allowed to view links.
Register or Login
El servicio HTTPS trabaja con el puerto 443, deberías modificarlo en su archivo de configuración.
Como alternativa aqui te dejo otras posibles soluciones: https://stackoverflow.com/questions/2538723/ssl-received-a-record-that-exceeded-the-maximum-permissible-length-error-code
Saludos
Sí, eso ya lo sé, pero el servicio Nessus está escuchando en el puerto 8834. Supongo que https conecta por 443 y luego accede al servicio por el 8834, pero no me funciona. Si quito la "s" y lo dejo en "http" no me va.
He habilitado SSL con
a2enmod ssl y puedo hacer telnet localhost 443, pero el acceso al puerto 8834 sigue sin ir.
Gracias.