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

QueryLogz in vtgate WEB UI is non-functional when accessed over https #6170

Closed
jawabuu opened this issue May 11, 2020 · 0 comments · Fixed by #6169
Closed

QueryLogz in vtgate WEB UI is non-functional when accessed over https #6170

jawabuu opened this issue May 11, 2020 · 0 comments · Fixed by #6169
Milestone

Comments

@jawabuu
Copy link
Contributor

jawabuu commented May 11, 2020

When filing a bug, please include the following headings if
possible. Any example text in this template can be deleted.

Overview of the Issue

Vtgate Web page UIs when served over HTTPS is non-functional because it loads non-HTTPS resources by default.

Reproduction Steps

Steps to reproduce this issue, example:

  1. Deploy vitess;
  2. Access Web UI over https;

Error

Page does not load

image

Operating system and Environment details

any

Log Fragments

vtgate/debug/querylogz' was loaded over HTTPS, but requested an insecure script 'http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js'. This request has been blocked; the content must be served over HTTPS.
querylogz:53 Uncaught ReferenceError: $ is not defined
    at querylogz:53
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

Successfully merging a pull request may close this issue.

2 participants