TLS/SSL and response [typo]

This commit is contained in:
Nikos Kouremenos 2005-06-20 10:35:58 +00:00
parent 16c8717a45
commit 9f03fc4f98
1 changed files with 2 additions and 2 deletions

View File

@ -263,9 +263,9 @@ class TLS(PlugIn):
if starttls.getNamespace()<>NS_TLS: return
self.starttls=starttls.getName()
if self.starttls=='failure':
self.DEBUG("Got starttls responce: "+self.starttls,'error')
self.DEBUG("Got starttls response: "+self.starttls,'error')
return
self.DEBUG("Got starttls proceed responce. Switching to SSL...",'ok')
self.DEBUG("Got starttls proceed response. Switching to TLS/SSL...",'ok')
self._startSSL()
self._owner.Dispatcher.PlugOut()
dispatcher.Dispatcher().PlugIn(self._owner)