[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
TLS can't accept
I'm guessing this is some sort of misconfiguration on my part? I searched in the faq but couldnt find anything bout this.
i'm getting the error
conn=3 fd=10 ACCEPT from IP=192.168.1.55:39513 (IP=0.0.0.0:636)
daemon: added 10r
daemon: activity on:
daemon: select: listen=6 active_threads=1 tvp=NULL
daemon: select: listen=7 active_threads=1 tvp=NULL
daemon: activity on 1 descriptors
daemon: activity on: 10r
daemon: read activity on 10
TLS trace: SSL_accept:before/accept initialization
tls_read: want=11, got=0
TLS: can't accept.
daemon: removing 10
conn=3 fd=10 closed
daemon: select: listen=6 active_threads=1 tvp=NULL
daemon: select: listen=7 active_threads=1 tvp=NULL
daemon: activity on 1 descriptors
daemon: select: listen=6 active_threads=1 tvp=NULL
daemon: select: listen=7 active_threads=1 tvp=NULL
the weird thing is, if i do any sort of ldap queries it works, i did a openssl verify that turned out ok too
if the person is logged on, and do a "id test" ( test being a user that only exists in ldap) it works, but when
i try to login via any account, local or ldap, i get that want=11, got=0 error.
what exactly is causing the error?
thanx