0

We are trying to check domain wget domain <like httpx://abc.com> we are getting error "The certificate of domain(abc.com) was signed using an insecure algorithm. But SSL certificate is issued by Let's encrypt 2 048 bit RSA

Public Key: RSA 2048 bits Signature algorithm: PKCS #1 SHA-256 With RSA Encryption

We are using RHEL 9.3 . Curl works without any certificate error.

Can anybody help to fix issue?

New contributor
Neeraj Punmiya is a new contributor to this site. Take care in asking for clarification, commenting, and answering. Check out our Code of Conduct.
3
  • 1
    Use --no-check-certificate to bypass this warning until you can fix your certificate.
    – Ramhound
    Commented Jun 25 at 16:42
  • Is your wget binary linked against OpenSSL (libssl) or against GnuTLS or against MozNSS? Is your libcurl linked against OpenSSL or GnuTLS or NSS? Commented Jun 25 at 16:49
  • Most likely gnuTLS. Tell us how to check on RHEL 9.3? Commented Jun 25 at 17:07

0

You must log in to answer this question.

Browse other questions tagged .