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

how about pushprox-proxy service over https? #104

Open
audioscavenger opened this issue Mar 8, 2021 · 3 comments
Open

how about pushprox-proxy service over https? #104

audioscavenger opened this issue Mar 8, 2021 · 3 comments

Comments

@audioscavenger
Copy link

audioscavenger commented Mar 8, 2021

great job, this project does exactly what we need when the clients are unreachable. imagine that your clients are different companies and therefore no VPN or shenanigan like that is authorized. Client must push.

is this project still maintained?
will you add https for the pushprox-proxy one day?

@hansmi
Copy link
Contributor

hansmi commented Mar 8, 2021

You can add TLS support by putting a reverse proxy (e.g. Nginx or Caddy) in front of the PushProx server. The reverse proxy terminates the TLS connection and transports the requests via plain-text HTTP to PushProx. The PushProx client already supports TLS.

@audioscavenger
Copy link
Author

Thanks for the quick reply!
I know but I wanted to avoid creating another IIS shenanigan just for that.
If you don't plan on adding this option, please close my issue. Otherwise I would love having an ETA
Best,

@hansmi
Copy link
Contributor

hansmi commented Mar 8, 2021

In #94 I suggested introducing TLS support, but there is not ETA. I suspect most people just have a reverse proxy in front of most Prometheus-related services.

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