GnuTLS versions 2.9.7 and later breaks libsoup (epiphany)
Andreas Metzler
ametzler at downhill.at.eu.org
Sun Jun 27 17:59:25 CEST 2010
On 2010-06-09 Nikos Mavrogiannopoulos <nmav at gnutls.org> 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
More information about the Gnutls-devel
mailing list