Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding curve "secp256k1" to SSL configuration causes tracker not to recognize any curves #5990

Open
adam2 opened this issue Dec 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@adam2
Copy link

adam2 commented Dec 12, 2024

Describe the bug
When a domain supports the "secp256k1" curve, the tracker does not report any information about what curves are on the website. It appears to be a bug where if the tracker sees a curve it doesn't know about, the curves section is blank and the domain gets a blue (i) icon instead of a green or red checkmark.

To Reproduce
Steps to reproduce the behavior:

  1. Configure a domain that supports the secp256k1 curve. For Apache running on RedHat Linux, this configuration line will work:
    SSLOpenSSLConfCmd Curves prime256v1:secp256k1:secp384r1:secp521r1
  2. Request a rescan of the domain on the tracker.
  3. Wait until the rescan is complete.
  4. View the results for the domain.
  5. Notice that the Curves information is missing and that the domain now has a blue (i) icon instead of a pass/fail.

Expected behavior
The tracker should list which of the curves are strong, weak, or unknown.

Desktop (please complete the following information):

  • OS: Windows 10 Enterprise
  • Browser Edge
  • Version 131.0.2903.86
@adam2 adam2 added the bug Something isn't working label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant