435
435
unicode(self.client_address))
436
436
session = gnutls.connection.ClientSession\
437
437
(self.request, gnutls.connection.X509Credentials())
444
except (ValueError, IndexError, RuntimeError), error:
448
438
# Note: gnutls.connection.X509Credentials is really a generic
449
439
# GnuTLS certificate credentials object so long as no X.509
450
440
# keys are added to it. Therefore, we can use it here despite