Magnus Henoch <[email protected]> writes: > Hi, > > I'm using the Windows version of GnuTLS from > http://josefsson.org/gnutls4win/ to connect to Google Talk. I found > that version 2.6.3 works, but version 2.7.3 doesn't. > > c:/program files/GnuTLS-2.7.3 $ bin/gnutls-cli.exe -p 5223 talk.google.com > Resolving 'talk.google.com'... > Connecting to '209.85.137.125:5223'... > *** Fatal error: Error in the push function. > *** Handshake has failed > GNUTLS ERROR: Error in the push function. > > I expect it to do what 2.6.3 does (see attachment).
This is a known (to me) problem with 2.7.x., it uses gnulib's new socket code for Windows, but doesn't pass the proper fd to gnutls, so reading/writing to the socket inside gnutls fails. The solution has been discussed on the gnulib list earlier, and is relatively simple. I'll try to fix it, but will be quite busy this week so I may not find time before FOSDEM. /Simon _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
