Skip to content

Scanning hosts with weak old encryption #241

Open
@Aleksey-Maksimov

Description

@Aleksey-Maksimov

Hello.

We have several devices on our network that use old, weak encryption. For example, old HP servers with iLO2 controllers where SHA-1 with RSA Encryption certificates are used. The problem is that when scanning, the x509 module detects only new iLO3, iLO4, iLO5 controllers and does not find controllers with iLO2.

This may be due to the fact that we are performing the scan from a new monitoring server on Debian 12 and there are some system SSL restrictions occurring. At the same time, we added options to the /etc/ssl/openssl.cnf file for working with the old encryption

MinProtocol = TLSv1
CipherString = DEFAULT:@SECLEVEL=0
Options = UnsafeLegacyRenegotiation

And that’s why some other things work successfully for us with the old encryption. For example, we have successful monitoring plugins that poll iLO2 controllers via HTTPS.

Please tell me how to diagnose and fix the problem with the x509 module and old encryption.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions