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

Test report images break on secure sites #41

Open
oberstet opened this issue Jan 10, 2015 · 1 comment
Open

Test report images break on secure sites #41

oberstet opened this issue Jan 10, 2015 · 1 comment

Comments

@oberstet
Copy link
Contributor

When hosting generated test reports on a secure site (HTTPS), browsers will complain about "unsecure mixed content", since the image links point to the (currently) unsecured (HTTP) AutobahnTestsuite website.

We might just copy the images

  • ws_protocol_test_report.png
  • ws_protocol_test_report_autobahn.png

to the generated reports, and use local links like src="ws_protocol_test_report.png".

@oberstet oberstet added the bug label Jan 10, 2015
@oberstet
Copy link
Contributor Author

FWIW, I think we should use embedded SVGs, so this problem disappears, and no external refs are needed at all - I lower the prio to enhancement (it is not really a bug in the testsuite)

@oberstet oberstet added enhancement and removed bug labels Mar 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant