Bug Report: https link does not use https (it uses http)

Steps to reproduce the issue:

  • Press the ... button on a device and press Web (the mouse-hover-help shows a https link).
  • The Link does in fact use http and not https when connecting to the device.

I have confirmed that traffic out from my machine goes on TCP/80 and never TCP/443

When inspecting the code I see that the
the <a href="" is correct, but I have no idea what the onclick does?

This is problematic since http is not secure. Many devices does not redirect to https, and many devices does not even have http. The most problematic thing for me is that I use a https proxy, and http connections are not hitting the correct rule.

1 Like

This topic was automatically closed 730 days after the last reply. New replies are no longer allowed.