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

Cannot show TLS data when clicking "Refetch Report". #64

Open
Huiicat opened this issue Nov 10, 2023 · 1 comment
Open

Cannot show TLS data when clicking "Refetch Report". #64

Huiicat opened this issue Nov 10, 2023 · 1 comment

Comments

@Huiicat
Copy link

Huiicat commented Nov 10, 2023

The value of "scanId" cannot be successfully passed.

Executing get http://localhost:3000/api/tls?url= returns the "scanId" data normally.
However, the value fails to be passed when using the "Refetch Report" feature, and returns "id: undefined".

This issue arises when running yarn serve as it displays the data via the refresh function, and that's why the data shows while using yarn dev.

Kindly review the source code to ensure its functionality. Thank you.
/src/components/Results/TlsCipherSuites.tsx
src/components/Results/TlsClientSupport.tsx
src/components/Results/TlsIssueAnalysis.tsx

@qbicus
Copy link

qbicus commented Nov 27, 2023

I think I have a similar issue when running in docker. Clicking on refetch report for TLS handshake I get an error in console: https://tls-observatory.services.mozilla.com/api/v1/results?id=undefined - 400

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants