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

[roq-server] Support connectivity thorugh HTTP proxy #171

Open
thraneh opened this issue Feb 4, 2022 · 2 comments
Open

[roq-server] Support connectivity thorugh HTTP proxy #171

thraneh opened this issue Feb 4, 2022 · 2 comments
Labels
Milestone

Comments

@thraneh
Copy link
Contributor

thraneh commented Feb 4, 2022

No description provided.

@thraneh thraneh added this to the 0.8.2 milestone Feb 4, 2022
@thraneh
Copy link
Contributor Author

thraneh commented Feb 16, 2022

This has been implemented and the REST URI flags have typically been complimented with a proxy such that if --rest_uri is the final end-point then --rest_proxy is the (optional) proxy end-point.

HTTP requests will only include the host in the request path if a proxy has been specified.

The scheme must be specified when connecting to the proxy, e.g. --rest_proxy https://localhost:1234.

This has not yet been tested with any specific client proxy.
There may therefore be specific requirements that are not yet dealt with.

@thraneh
Copy link
Contributor Author

thraneh commented Oct 6, 2022

This was tested and found not to be working. It appears that the TLS connection couldn't be established. Re-opening this issue to investigate.

@thraneh thraneh modified the milestones: 0.8.2, Roadmap Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant