asynciodebian/masterdebian/stretch-backportsjessie-backportsproxy-ticketupstream
Last change
on this file since 349fd6e was
f030883,
checked in by Thomas Klute <thomas2.klute@…>, 6 years ago
|
Set GnuTLS priorities for proxy connections separately
Until now, proxy connections were configured with the same priorities as
the server side. This commit introduces the new configuration option
"GnuTLSProxyPriorities" to set the priorities for proxy connections
separately. Note that GnuTLSProxyPriorities MUST be set when
SSLProxyEngine is enabled.
Since the parameters to GnuTLSPriorities and GnuTLSProxyPriorities need
the same processing, mgs_set_priorities has been rewritten to select the
priority cache to write to based on the option name, rather than adding
a new function to handle GnuTLSProxyPriorities.
|
-
Property mode set to
100644
|
File size:
560 bytes
|
Line | |
---|
1 | HTTP/1.1 502 Proxy Error |
---|
2 | Content-Length: 407 |
---|
3 | Connection: close |
---|
4 | Content-Type: text/html; charset=iso-8859-1 |
---|
5 | |
---|
6 | <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> |
---|
7 | <html><head> |
---|
8 | <title>502 Proxy Error</title> |
---|
9 | </head><body> |
---|
10 | <h1>Proxy Error</h1> |
---|
11 | <p>The proxy server received an invalid |
---|
12 | response from an upstream server.<br /> |
---|
13 | The proxy server could not handle the request <em><a href="/proxy/test.txt">GET /proxy/test.txt</a></em>.<p> |
---|
14 | Reason: <strong>Error reading from remote server</strong></p></p> |
---|
15 | </body></html> |
---|
16 | - Peer has closed the GnuTLS connection |
---|
Note: See
TracBrowser
for help on using the repository browser.