On Mon, Feb 03, 2014 at 07:02:35PM +0100, Marc-André Lureau wrote: > From: Marc-André Lureau <marcandre.lureau@xxxxxxxxxx> > > Or Squid will fail with: > WARNING: Unsupported or unconfigured/inactive proxy-auth scheme Makes sense, ACK. If there is an upstream for wocky-http-proxy.c, have you sent your change there? Christophe > --- > gtk/wocky-http-proxy.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gtk/wocky-http-proxy.c b/gtk/wocky-http-proxy.c > index 639cfb0..7210859 100644 > --- a/gtk/wocky-http-proxy.c > +++ b/gtk/wocky-http-proxy.c > @@ -98,7 +98,7 @@ create_request (GProxyAddress *proxy_address, gboolean *has_cred) > base64_cred = g_base64_encode ((guchar *) cred, strlen (cred)); > g_free (cred); > g_string_append_printf (request, > - "Proxy-Authorization: %s\r\n", > + "Proxy-Authorization: Basic %s\r\n", > base64_cred); > g_free (base64_cred); > } > -- > 1.8.4.2 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@xxxxxxxxxxxxxxxxxxxxx > http://lists.freedesktop.org/mailman/listinfo/spice-devel
Attachment:
pgp2e2xixezi9.pgp
Description: PGP signature
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/spice-devel