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

[Draft - not for 5.0] Experiment with Proxy model and support for Https proxies #8377

Closed
wants to merge 4 commits into from

Conversation

yschimke
Copy link
Collaborator

No description provided.

@yschimke
Copy link
Collaborator Author

@swankjesse it's getting ugly. But java.net.Proxy seems fundamentally broken.

is Proxy.Http -> {
if (proxyAddress.server.isHttps) {
// TODO check
route.address.sslSocketFactory!!.createSocket()!!
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@swankjesse I think this is the meat of the fix.

@yschimke yschimke mentioned this pull request Apr 20, 2024
@yschimke yschimke changed the title [Draft - not to land] Experiment with Proxy model and support for Https proxies [Draft - not for 5.0] Experiment with Proxy model and support for Https proxies Apr 20, 2024
@yschimke yschimke added android Relates to usage specifically on Android jdkversions JDK 8, 17, 19 etc. containers Container tests (Docker) labels Apr 21, 2024
@yschimke yschimke closed this Apr 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Relates to usage specifically on Android containers Container tests (Docker) jdkversions JDK 8, 17, 19 etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant