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

Make the agent support connecting to backends over SSL #37

Open
ojarjur opened this issue Aug 20, 2019 · 0 comments
Open

Make the agent support connecting to backends over SSL #37

ojarjur opened this issue Aug 20, 2019 · 0 comments
Labels
agent Issues specific to the inverting proxy agent enhancement help wanted

Comments

@ojarjur
Copy link
Collaborator

ojarjur commented Aug 20, 2019

Right now, the agent assumes that the backend server is connected to over HTTP (without SSL). That is normally the case since the agent is usually run on the same machine as the backend, but there is no reason to force that to be the case.

Ideally, we would allow the user to specify a full URL for the backend when starting the agent, and if that URL includes a scheme then we would honor it.

This would require changing (at least) the code here that hard-codes the scheme as "http"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
agent Issues specific to the inverting proxy agent enhancement help wanted
Projects
None yet
Development

No branches or pull requests

1 participant