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

Use HTTP CONNECT method for proxy server #263

Open
zieglerdo opened this issue Jul 25, 2022 · 1 comment
Open

Use HTTP CONNECT method for proxy server #263

zieglerdo opened this issue Jul 25, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@zieglerdo
Copy link

Currently, MOTIS provides basic support for proxy servers using the ris.http_proxy config option. However, this works only for HTTP and not for HTTPS requests. In order for HTTPS connections to work, it would be necessary to use the HTTP CONNECT method instead. As most GTFS-RT APIs require HTTPS, the GTFS-RT updates are practically unusable if you need to use MOTIS behind a company proxy server.

@felixguendling felixguendling added the enhancement New feature or request label Jul 25, 2022
@felixguendling
Copy link
Member

felixguendling commented Jul 25, 2022

I already added the CONNECT method in our own net library last week: motis-project/net@e9996f1#diff-b2edab7f5f2010b88a6a4673621ba98022741615c275f8742c52623fcf1304c2R18

However, I can't promise, I'll find the time to implement the CONNECT method in MOTIS soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants