-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Default ProxyServlet cannot proxy to https urls #5362
Labels
Comments
Talked with @sbordet and we'll just enable a default But do we want to introduce a |
joakime
added a commit
that referenced
this issue
Sep 28, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Sep 28, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Sep 28, 2020
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Sep 28, 2020
+ Better class name. + More documentation on purpose of test. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
joakime
added a commit
that referenced
this issue
Sep 28, 2020
…5363) - ProxyServletTest additions for server backend TLS - Updating test-proxy-webapp testing - Better class name for test - More documentation on purpose of test. Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
PR #5363 merged. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Jetty version
9.4.x
Description
If you have a default proxy setup like this ...
WEB-INF/web.xml
Then the ProxyServlet will fail as the internal HttpClient has no support for SSL/TLS enabled.
The text was updated successfully, but these errors were encountered: