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:
438
448
# Note: gnutls.connection.X509Credentials is really a generic
439
449
# GnuTLS certificate credentials object so long as no X.509
440
450
# keys are added to it. Therefore, we can use it here despite