node_extra_ca_certs_mozilla_bundle icon indicating copy to clipboard operation
node_extra_ca_certs_mozilla_bundle copied to clipboard

Error: CA signature digest algorithm too weak

Open xiic opened this issue 1 year ago • 0 comments

On newer systems, I'm getting an error "CA signature digest algorithm too weak" when executing a request after importing the bundle, as there are some certificates in there using SHA1WithRSA as digest algorithms.

This even happens when trying to connect to a server using strong intermediate/root certificates, a single weak digest in the pem files is sufficient to break it.

xiic avatar Oct 09 '24 16:10 xiic