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

HTTP: Proper HTTPS proxies support (BREAKING) #4514

Closed
slandelle opened this issue Jan 29, 2024 · 0 comments
Closed

HTTP: Proper HTTPS proxies support (BREAKING) #4514

slandelle opened this issue Jan 29, 2024 · 0 comments

Comments

@slandelle
Copy link
Member

slandelle commented Jan 29, 2024

Currently, Gatling actually only supports HTTP proxies.
HTTPS proxies work similarly, but require the connection with the proxy itself to be encrypted prior to establishing the tunnel.

Proxies should have only one port. Proxy(hostname, port).httpsPort(securedPort) doesn't make any sense. Instead, we should have Proxy(hostname, port).https()) (with http() still being the default).

@slandelle slandelle added this to the 3.11.0 milestone Jan 29, 2024
@slandelle slandelle self-assigned this Jan 29, 2024
@slandelle slandelle changed the title HTTP: Proper HTTPS proxies support HTTP: Proper HTTPS proxies support (BREAKING) Feb 21, 2024
@slandelle slandelle modified the milestones: 3.10.5, 3.11.0 Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant