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

Vertx WebClient should support HTTP proxy server proxying HTTPS requests #35556

Closed
sberyozkin opened this issue Aug 25, 2023 · 1 comment
Closed
Labels
area/vertx kind/enhancement New feature or request

Comments

@sberyozkin
Copy link
Member

Description

Original question: https://stackoverflow.com/questions/76962454/quarkus-vert-x-attempting-to-connect-to-proxy-over-ssl.

Keycloak address is HTTPS based. Squid proxy is HTTP based but HTTPS is attempted between Quarkus and Squid.

I'm marking it as an enhancement as I'm not sure if it is a bug or if the whole concept of HTTP proxy proxying HTTPS requests is very sound from the security point of view.

Additional info:
https://serverfault.com/questions/1113988/how-does-a-http-proxy-server-proxy-https-requests
(the comment to that unanswered question points to another useful doc)

CC @cescoffier @vietj @tsegismont

Implementation ideas

No response

@sberyozkin sberyozkin added the kind/enhancement New feature or request label Aug 25, 2023
@sberyozkin
Copy link
Member Author

Opened it in the right repository: vert-x3/vertx-web#2468

@sberyozkin sberyozkin closed this as not planned Won't fix, can't repro, duplicate, stale Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/vertx kind/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant