We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
For now, Prometheus console is only available in http, on port 9090.
I would like to use your Prometheus instance as a backend for the demonstrations of 2 JS library I'm working on:
Github pages are hosted with HTTPS URLs. Browser are not allowed to send requests to insecure HTTP endpoint.
Are you willing to add TLS to this nginx proxy ? Do you have a robustperception.io wildcard certificate ? Do you prefer LetsEncrypt ?
The text was updated successfully, but these errors were encountered:
The challenge here is that making it work properly work over https means setting the external url, which would break http.
Sorry, something went wrong.
Yes. But can we expose one more port on your server ?
Yes, there's apache running. But Prometheus's web handling is only designed to work on a single URL.
No branches or pull requests
Hi,
For now, Prometheus console is only available in http, on port 9090.
I would like to use your Prometheus instance as a backend for the demonstrations of 2 JS library I'm working on:
Github pages are hosted with HTTPS URLs. Browser are not allowed to send requests to insecure HTTP endpoint.
Are you willing to add TLS to this nginx proxy ? Do you have a robustperception.io wildcard certificate ? Do you prefer LetsEncrypt ?
The text was updated successfully, but these errors were encountered: