[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany)
From: |
Andreas Metzler |
Subject: |
Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany) |
Date: |
Sun, 27 Jun 2010 17:59:25 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
On 2010-06-09 Nikos Mavrogiannopoulos <address@hidden> wrote:
> Andreas Metzler wrote:
[...]
> > The respective code seems to be in libsoup
> > libsoup2.4-2.30.1/libsoup/soup-gnutls.c
> > and the explaining comment points to
> > http://bugzilla.gnome.org/show_bug.cgi?id=581342 as reason. Apparently
> > epiphany experienced breakage with SSL 3.0 only servers
> > (www.paypal.com).
> >
> > While changing the respective initialisation from
> >
> > gnutls_priority_set_direct (session, "NORMAL:!VERS-TLS1.1:!VERS-TLS1.0",
> > NULL)
> > to
> > gnutls_priority_set_direct (session, "NORMAL", NULL)
> Then the solution should be:
> NORMAL:!VERS-TLS1.1:!VERS-TLS1.2:!VERS-TLS1.0
[...]
I somehow failed to read this message successfully tried
NORMAL:!VERS-TLS1.1:!VERS-TLS1.0:!VERS-TLS1.2. - I guess the ordering
does not make difference.
cu andreas
- GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Andreas Metzler, 2010/06/08
- Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Nikos Mavrogiannopoulos, 2010/06/08
- Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Simon Josefsson, 2010/06/09
- Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Andreas Metzler, 2010/06/09
- Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Simon Josefsson, 2010/06/10
- Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Nikos Mavrogiannopoulos, 2010/06/10
- Re: Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Dan Winship, 2010/06/27
- Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Nikos Mavrogiannopoulos, 2010/06/27
- Re: Re: GnuTLS versions 2.9.7 and later breaks libsoup (epiphany), Andreas Metzler, 2010/06/27